DBA Data[Home] [Help]

APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on IGC_CC_ARC_MC_HEADERS

Line 993: INTO igc_cc_arc_mc_headers

989: -- last activity date and org id from the original MRC tables into the
990: -- archive MRC tables.
991: -- --------------------------------------------------------------------
992: INSERT
993: INTO igc_cc_arc_mc_headers
994: (CC_HEADER_ID,
995: SET_OF_BOOKS_ID,
996: CONVERSION_TYPE,
997: CONVERSION_DATE,

Line 3456: FROM igc_cc_arc_mc_headers CMH

3452: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
3453: END IF;
3454:
3455: DELETE
3456: FROM igc_cc_arc_mc_headers CMH
3457: WHERE CMH.cc_header_id IN
3458: ( SELECT ICV.cc_header_id
3459: FROM igc_arc_pur_candidates ICV
3460: );