DBA Data[Home] [Help]

APPS.PAY_NL_REM_REPORT dependencies on FF_CONTEXTS

Line 262: FROM ff_contexts ff

258: ,4
259: ,'WAOB'
260: ,5
261: ,6) seq
262: FROM ff_contexts ff
263: ,pay_action_contexts pact
264: WHERE ff.context_name = 'SOURCE_TEXT'
265: AND ff.context_id = pact.context_id
266: AND pact.assignment_action_id = c_ass_act_id

Line 284: FROM ff_contexts ff

280: ,6);
281: --=============================================================================
282: CURSOR csr_get_context_bal_id IS
283: SELECT ff.context_id
284: FROM ff_contexts ff
285: WHERE ff.context_name = 'SOURCE_TEXT';
286: --=============================================================================
287:
288: l_context_id NUMBER;

Line 523: ff_contexts ff

519: CURSOR cur_get_context_bal_id IS
520: SELECT
521: ff.context_id
522: FROM
523: ff_contexts ff
524: WHERE ff.context_name = 'SOURCE_TEXT';
525: --=============================================================================
526: CURSOR cur_get_retro_end_date IS
527: SELECT