DBA Data[Home] [Help]

APPS.PAY_US_BALANCE_VIEW_PKG dependencies on FF_CONTEXTS

Line 897: from ff_contexts

893: -- No existing information, so go to the database.
894: begin
895: select context_id
896: into l_ctxid
897: from ff_contexts
898: where context_name = p_context_name;
899: exception
900: when no_data_found then
901: debug_err( 'set_context: context_name not found: '

Line 1187: FROM ff_contexts cxt

1183: l_leg_code pay_balance_dimensions.legislation_code%type;
1184:
1185: CURSOR csr_context_exists IS
1186: SELECT 1
1187: FROM ff_contexts cxt
1188: WHERE context_name = 'SOURCE_ID';
1189:
1190: BEGIN
1191: