DBA Data[Home] [Help]

APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on IGC_CC_ARC_HEADERS_ALL

Line 1366: INTO igc_cc_arc_headers_all

1362: -- last activity date and org id from the original MRC tables into the
1363: -- archive MRC tables.
1364: -- --------------------------------------------------------------------
1365: INSERT
1366: INTO igc_cc_arc_headers_all
1367: (CC_HEADER_ID ,
1368: ORG_ID ,
1369: CC_TYPE ,
1370: CC_NUM ,

Line 3717: FROM igc_cc_arc_headers_all CMH

3713: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
3714: END IF;
3715:
3716: DELETE
3717: FROM igc_cc_arc_headers_all CMH
3718: WHERE CMH.cc_header_id IN
3719: ( SELECT ICV.cc_header_id
3720: FROM igc_arc_pur_candidates ICV
3721: );