DBA Data[Home] [Help]

APPS.MSC_ATP_SUBST dependencies on MSC_ATP_REQ

Line 687: l_get_mat_in_rec MSC_ATP_REQ.get_mat_in_rec;

683: -- dsting diag_atp
684: l_make_buy_cd NUMBER;
685: l_ptf_due_date DATE;
686: l_lt_due_date DATE;
687: l_get_mat_in_rec MSC_ATP_REQ.get_mat_in_rec;
688: l_get_mat_out_rec MSC_ATP_REQ.get_mat_out_rec;
689:
690: -- dsting for balancing planned orders
691: l_diag_supply_qty NUMBER;

Line 688: l_get_mat_out_rec MSC_ATP_REQ.get_mat_out_rec;

684: l_make_buy_cd NUMBER;
685: l_ptf_due_date DATE;
686: l_lt_due_date DATE;
687: l_get_mat_in_rec MSC_ATP_REQ.get_mat_in_rec;
688: l_get_mat_out_rec MSC_ATP_REQ.get_mat_out_rec;
689:
690: -- dsting for balancing planned orders
691: l_diag_supply_qty NUMBER;
692: l_diag_transaction_id NUMBER;

Line 707: l_mat_atp_info_rec MSC_ATP_REQ.Atp_Info_Rec;

703: l_null_item_sourcing_info_rec MSC_ATP_CTO.item_sourcing_info_rec;
704: l_item_sourcing_info_rec MSC_ATP_CTO.item_sourcing_info_rec;
705:
706: -- time_phased_atp
707: l_mat_atp_info_rec MSC_ATP_REQ.Atp_Info_Rec;
708: l_atf_date_qty NUMBER;
709: l_time_phased_atp VARCHAR2(1) := 'N';
710: l_mem_stealing_qty NUMBER;
711: l_pf_stealing_qty NUMBER;

Line 1341: MSC_ATP_REQ.Get_Material_Atp_Info(

1337: l_mat_atp_info_rec.refresh_number := p_refresh_number;
1338: l_mat_atp_info_rec.atf_date := org_availability_info.atf_date(l_process_org_cntr);
1339: l_mat_atp_info_rec.shipping_cal_code := org_availability_info.shipping_cal_code(l_process_org_cntr); -- Bug 3371817
1340:
1341: MSC_ATP_REQ.Get_Material_Atp_Info(
1342: l_mat_atp_info_rec,
1343: l_atp_period,
1344: l_atp_supply_demand,
1345: l_return_status);

Line 4138: MSC_ATP_REQ.Get_Material_Atp_Info(

4134: l_mat_atp_info_rec.refresh_number := p_refresh_number;
4135: l_mat_atp_info_rec.shipping_cal_code := p_atp_record.shipping_cal_code; -- Bug 3371817
4136: l_mat_atp_info_rec.atf_date := item_availability_info.atf_date(i);
4137:
4138: MSC_ATP_REQ.Get_Material_Atp_Info(
4139: l_mat_atp_info_rec,
4140: l_atp_period,
4141: l_atp_supply_demand,
4142: l_return_status);