Submitted Questions

  • What is pragma?

    Ravi

    • Dec 8th, 2005

    A PRAGMA statement appears in a PL/SQL block. It is not an executable statement, but it provides instructions to the compiler.

    kiranvileti

    • Nov 19th, 2005

    # pragma pack preprocessor dirictive specifies the byte boundary for packing members of c structures.syntax: #pragma pack(n)

  • What’s universal join in BOs?

    VIKRAM KUMAR

    • Mar 8th, 2018

    Universal refer to in all. So, in BO there are many types of joins which are used as per need while designing. There is no such join that can be used everywhere across the Business object for joining purpose. So there is nothing called as universal join.