DBA Data[Home] [Help]

APPS.WSH_DOCUMENT_SETS dependencies on STANDARD

Line 26: -- defined default values, this only supports standard sql. (because it takes

22: -- cannot be submitted.
23: -- THIS DOES NOT SUPPORT
24: -- parameter default values (ie those defined in the Con Prg Defn) with sql
25: -- statements which reference other flex fields or profile values. ie for sql
26: -- defined default values, this only supports standard sql. (because it takes
27: -- the sql strings and plugs it into dynamic sql).
28: -- Likewise, any translation to internal values through table validated value
29: -- sets must contain standard sql in the where clause of the value set.
30: -- Unsupported sql defaults will be ignored.

Line 29: -- sets must contain standard sql in the where clause of the value set.

25: -- statements which reference other flex fields or profile values. ie for sql
26: -- defined default values, this only supports standard sql. (because it takes
27: -- the sql strings and plugs it into dynamic sql).
28: -- Likewise, any translation to internal values through table validated value
29: -- sets must contain standard sql in the where clause of the value set.
30: -- Unsupported sql defaults will be ignored.
31: -- IT DOES SUPPORT default values which are constants, profiles or simple sql.
32: -- Notes
33: -- USER DEFINED REPORTS