DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FF_CONTEXTS

Line 8110: from ff_contexts

8106: )
8107: or exists
8108: (
8109: select null
8110: from ff_contexts
8111: where context_name = p_user_name
8112: );
8113:
8114: hrrbdeib_trace_on;

Line 8817: from ff_contexts

8813: )
8814: or exists
8815: (
8816: select null
8817: from ff_contexts
8818: where context_name = p_tl_user_name
8819: );
8820:
8821: hrrbdeib_trace_on;