DBA Data[Home] [Help]

APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on IGC_CC_ARC_ACCT_LINE_HIST

Line 1731: INTO igc_cc_arc_acct_line_hist

1727: -- Make sure that only the period that is closed and matches the period
1728: -- name are inserted into the IGC_CC_ARCHIVE_MC_JE_LINES table.
1729: -- --------------------------------------------------------------------
1730: INSERT
1731: INTO igc_cc_arc_acct_line_hist
1732: ( CC_ACCT_LINE_ID ,
1733: CC_HEADER_ID ,
1734: PARENT_HEADER_ID ,
1735: PARENT_ACCT_LINE_ID ,

Line 3768: FROM igc_cc_arc_acct_line_hist CML

3764: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
3765: END IF;
3766:
3767: DELETE
3768: FROM igc_cc_arc_acct_line_hist CML
3769: WHERE CML.cc_header_id IN
3770: ( SELECT ICV.cc_header_id
3771: FROM igc_arc_pur_candidates ICV
3772: );