DBA Data[Home] [Help]

APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on IGC_CC_ARC_MC_HEADER_HIST

Line 1023: INTO igc_cc_arc_mc_header_hist

1019: -- Make sure that only the period that is closed and matches the period
1020: -- name are inserted into the IGC_CC_ARCHIVE_MC_JE_LINES table.
1021: -- --------------------------------------------------------------------
1022: INSERT
1023: INTO igc_cc_arc_mc_header_hist
1024: (CC_HEADER_ID,
1025: SET_OF_BOOKS_ID,
1026: CC_VERSION_NUM,
1027: CC_VERSION_ACTION,

Line 3555: FROM igc_cc_arc_mc_header_hist CMHH

3551: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
3552: END IF;
3553:
3554: DELETE
3555: FROM igc_cc_arc_mc_header_hist CMHH
3556: WHERE CMHH.cc_header_id IN
3557: ( SELECT ICV.cc_header_id
3558: FROM igc_arc_pur_candidates ICV
3559: );