DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FF_CONTEXTS

Line 8187: from ff_contexts

8183: )
8184: or exists
8185: (
8186: select null
8187: from ff_contexts
8188: where context_name = p_user_name
8189: );
8190:
8191: hrrbdeib_trace_on;

Line 8894: from ff_contexts

8890: )
8891: or exists
8892: (
8893: select null
8894: from ff_contexts
8895: where context_name = p_tl_user_name
8896: );
8897:
8898: hrrbdeib_trace_on;