DBA Data[Home] [Help]

APPS.PAY_NL_WAGE_REPORT_PKG dependencies on FF_CONTEXTS

Line 916: FROM ff_contexts ffc

912: l_source_text2 VARCHAR2(30);
913: --
914: CURSOR cur_act_contexts(p_context_name VARCHAR2 )IS
915: SELECT ffc.context_id
916: FROM ff_contexts ffc
917: WHERE ffc.context_name = p_context_name;
918: --
919: BEGIN
920: --

Line 2281: FROM ff_contexts ffc

2277: l_tax_unit_id NUMBER;
2278: --
2279: CURSOR cur_act_contexts(p_context_name VARCHAR2 )IS
2280: SELECT ffc.context_id
2281: FROM ff_contexts ffc
2282: WHERE ffc.context_name = p_context_name;
2283: --
2284: CURSOR csr_chk_corr_ele_exists(c_ass_act_id NUMBER) IS
2285: SELECT 'Y'

Line 8283: FROM ff_contexts ffc

8279: l_tax_unit_id NUMBER;
8280: --
8281: CURSOR cur_act_contexts(p_context_name VARCHAR2 )IS
8282: SELECT ffc.context_id
8283: FROM ff_contexts ffc
8284: WHERE ffc.context_name = p_context_name;
8285: --
8286: BEGIN
8287: --