DBA Data[Home] [Help]

APPS.IGIRCBAP dependencies on IGI_AR_POSTING_CONTROL

Line 2435: FROM igi_ar_posting_control

2431: ;
2432:
2433: SELECT arc_summary_flag, arc_run_gl_import_flag
2434: INTO l_Arc_summary_flag, l_arc_run_gl_import
2435: FROM igi_ar_posting_control
2436: WHERE arc_posting_control_id = p_posting_control_id
2437: AND rownum <= 1
2438: ;
2439:

Line 2474: update igi_ar_posting_control

2470: , 'N' -- descriptive_flexfield_flag
2471: );
2472:
2473: if l_cash_gllezl_request_id <> 0 then
2474: update igi_ar_posting_control
2475: set arc_gllezl_request_id = l_cash_gllezl_request_id
2476: where arc_posting_control_id = p_posting_control_id
2477: ;
2478: end if;