DBA Data[Home] [Help]

APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on IGC_CC_ARC_HEADER_HIST_ALL

Line 1491: INTO igc_cc_arc_header_hist_all

1487: -- Make sure that only the period that is closed and matches the period
1488: -- name are inserted into the IGC_CC_ARCHIVE_MC_JE_LINES table.
1489: -- --------------------------------------------------------------------
1490: INSERT
1491: INTO igc_cc_arc_header_hist_all
1492: (CC_HEADER_ID ,
1493: ORG_ID ,
1494: CC_TYPE ,
1495: CC_NUM ,

Line 3734: FROM igc_cc_arc_header_hist_all CAHH

3730: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
3731: END IF;
3732:
3733: DELETE
3734: FROM igc_cc_arc_header_hist_all CAHH
3735: WHERE CAHH.cc_header_id IN
3736: ( SELECT ICV.cc_header_id
3737: FROM igc_arc_pur_candidates ICV
3738: );