DBA Data[Home] [Help]

APPS.PAY_CA_BALANCE_VIEW_PKG dependencies on FF_CONTEXTS

Line 901: from ff_contexts

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

Line 1191: FROM ff_contexts cxt

1187: l_leg_code pay_balance_dimensions.legislation_code%type;
1188:
1189: CURSOR csr_context_exists IS
1190: SELECT 1
1191: FROM ff_contexts cxt
1192: WHERE context_name = 'SOURCE_ID';
1193:
1194: BEGIN
1195: