DBA Data[Home] [Help]

APPS.MSC_REL_WF dependencies on MSC_PURCHASE_ORDER_INTERFACE

Line 949: insert into msc_purchase_order_interface

945: select msc_form_query_s.nextval
946: into v_batch_id
947: from dual;
948: forall a in 1..p_po_instance_id.count
949: insert into msc_purchase_order_interface
950: (last_update_date,
951: last_updated_by,
952: creation_date,
953: created_by,

Line 1206: from msc_purchase_order_interface

1202: EXIT WHEN instance_cur%NOTFOUND;
1203: v_temp :=0;
1204: select count(*)
1205: into v_temp
1206: from msc_purchase_order_interface
1207: where sr_instance_id = p_instance_id
1208: and batch_id = v_batch_id;
1209: if v_temp > 0 then
1210: arg_po_res_id.extend(1);