DBA Data[Home] [Help]

APPS.MSC_ATP_DB_UTILS dependencies on MSC_SUPPLIES_S

Line 4566: SELECT msc_supplies_s.nextval into p_transaction_id from dual;

4562: msc_sch_wb.atp_debug('Add_Stealing_Supply_Details: ' || 'p_ship_date = ' ||to_char(p_ship_date));
4563: msc_sch_wb.atp_debug('Add_Stealing_Supply_Details: ' || 'p_refresh_number = ' ||p_refresh_number);
4564: END IF;
4565:
4566: SELECT msc_supplies_s.nextval into p_transaction_id from dual;
4567:
4568: IF PG_DEBUG in ('Y', 'C') THEN
4569: msc_sch_wb.atp_debug('Add_Stealing_Supply_Details: ' || 'before insert into msc_alloc_supplies-Stealing Info');
4570: END IF;

Line 5078: msc_supplies_s.nextval,

5074: disposition_id,
5075: INTRANSIT_LEAD_TIME --4127630
5076: )
5077: VALUES (p_supply_rec_type.plan_id,
5078: msc_supplies_s.nextval,
5079: p_supply_rec_type.organization_id,
5080: p_supply_rec_type.instance_id,
5081: l_insert_item_id, -- for time_phased_atp
5082: sysdate,