DBA Data[Home] [Help]

APPS.WSH_DOC_SETS dependencies on STANDARD

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

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

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

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