DBA Data[Home] [Help]

APPS.MSC_ALLOCATION_PLAN dependencies on MSC_UNDO

Line 724: supply_columns msc_undo.changeRGType;

720: v_pp_lead_time number;
721: l_user_id number := fnd_global.user_id;
722: l_transaction_id number;
723: p_associate_type number;
724: supply_columns msc_undo.changeRGType;
725: x_return_sts VARCHAR2(20);
726: x_msg_count NUMBER;
727: x_msg_data VARCHAR2(2000);
728:

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

808: p_deliver_calendar,
809: p_receive_calendar);
810: -- mark undo
811:
812: msc_undo.store_undo(1, --table_changed
813: 1, --insert or update
814: l_transaction_id,
815: p_plan_id,
816: p_inst_id,