DBA Data[Home] [Help]

APPS.MSC_ALLOCATION_PLAN dependencies on MSC_UNDO

Line 739: supply_columns msc_undo.changeRGType;

735: v_pp_lead_time number;
736: l_user_id number := fnd_global.user_id;
737: l_transaction_id number;
738: p_associate_type number;
739: supply_columns msc_undo.changeRGType;
740: x_return_sts VARCHAR2(20);
741: x_msg_count NUMBER;
742: x_msg_data VARCHAR2(2000);
743:

Line 827: msc_undo.store_undo(1, --table_changed

823: p_deliver_calendar,
824: p_receive_calendar);
825: -- mark undo
826:
827: msc_undo.store_undo(1, --table_changed
828: 1, --insert or update
829: l_transaction_id,
830: p_plan_id,
831: p_inst_id,