DBA Data[Home] [Help]

APPS.IGC_CC_ARCHIVE_PURGE_PKG dependencies on IGC_CC_ARC_ACTIONS

Line 2053: INTO igc_cc_arc_actions

2049: -- Make sure that the CC Actions table is archived for the CC Header
2050: -- IDs that are candidates for archiving.
2051: -- --------------------------------------------------------------------
2052: INSERT
2053: INTO igc_cc_arc_actions
2054: ( CC_HEADER_ID ,
2055: CC_ACTION_NUM ,
2056: CC_ACTION_VERSION_NUM ,
2057: CC_ACTION_TYPE ,

Line 3843: FROM igc_cc_arc_actions CAA

3839: Output_Debug (l_full_path, p_debug_msg => g_debug_msg);
3840: END IF;
3841:
3842: DELETE
3843: FROM igc_cc_arc_actions CAA
3844: WHERE CAA.cc_header_id IN
3845: ( SELECT ICV.cc_header_id
3846: FROM igc_arc_pur_candidates ICV
3847: );