DBA Data[Home] [Help]

APPS.MSC_ATP_DB_UTILS dependencies on MSC_SUPPLIES_S

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

4380: msc_sch_wb.atp_debug('Add_Stealing_Supply_Details: ' || 'p_ship_date = ' ||to_char(p_ship_date));
4381: msc_sch_wb.atp_debug('Add_Stealing_Supply_Details: ' || 'p_refresh_number = ' ||p_refresh_number);
4382: END IF;
4383:
4384: SELECT msc_supplies_s.nextval into p_transaction_id from dual;
4385:
4386: IF PG_DEBUG in ('Y', 'C') THEN
4387: msc_sch_wb.atp_debug('Add_Stealing_Supply_Details: ' || 'before insert into msc_alloc_supplies-Stealing Info');
4388: END IF;

Line 4896: msc_supplies_s.nextval,

4892: disposition_id,
4893: INTRANSIT_LEAD_TIME --4127630
4894: )
4895: VALUES (p_supply_rec_type.plan_id,
4896: msc_supplies_s.nextval,
4897: p_supply_rec_type.organization_id,
4898: p_supply_rec_type.instance_id,
4899: l_insert_item_id, -- for time_phased_atp
4900: sysdate,