DBA Data[Home] [Help]

APPS.MTL_CCEOI_CONC_PVT dependencies on MTL_CCEOI_PROCESS_PVT

Line 796: MTL_CCEOI_PROCESS_PVT.Set_CCExport(

792: FOR c_rec IN L_Purge_Iface_Csr LOOP
793: -- IS it an exported RECORD
794: IF c_rec.cycle_count_entry_id IS NOT NULL THEN
795: -- reset the export_flag in the mtl_cycle_count_entries table
796: MTL_CCEOI_PROCESS_PVT.Set_CCExport(
797: p_api_version => 0.9,
798: X_return_status=> L_return_status,
799: x_msg_count => L_msg_count,
800: x_msg_data => L_msg_data,

Line 816: MTL_CCEOI_PROCESS_PVT.Delete_CCEOIError(

812: --
813: --
814: IF RETCODE = 'SUCCESS'THEN
815: -- DELETE errors
816: MTL_CCEOI_PROCESS_PVT.Delete_CCEOIError(
817: p_cc_entry_interface_id => c_rec.cc_entry_interface_id);
818: --
819: -- DELETE interface RECORD
820: MTL_CCEOI_PROCESS_PVT.Delete_CCIEntry(

Line 820: MTL_CCEOI_PROCESS_PVT.Delete_CCIEntry(

816: MTL_CCEOI_PROCESS_PVT.Delete_CCEOIError(
817: p_cc_entry_interface_id => c_rec.cc_entry_interface_id);
818: --
819: -- DELETE interface RECORD
820: MTL_CCEOI_PROCESS_PVT.Delete_CCIEntry(
821: p_cc_entry_interface_id => c_rec.cc_entry_interface_id);
822: --
823: L_counter := L_counter + 1;
824: END IF;