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 1318: MSC_ATP_REQ.Get_Material_Atp_Info(

1314: l_mat_atp_info_rec.refresh_number := p_refresh_number;
1315: l_mat_atp_info_rec.atf_date := org_availability_info.atf_date(l_process_org_cntr);
1316: l_mat_atp_info_rec.shipping_cal_code := org_availability_info.shipping_cal_code(l_process_org_cntr); -- Bug 3371817
1317:
1318: MSC_ATP_REQ.Get_Material_Atp_Info(
1319: l_mat_atp_info_rec,
1320: l_atp_period,
1321: l_atp_supply_demand,
1322: l_return_status);

Line 4063: MSC_ATP_REQ.Get_Material_Atp_Info(

4059: l_mat_atp_info_rec.refresh_number := p_refresh_number;
4060: l_mat_atp_info_rec.shipping_cal_code := p_atp_record.shipping_cal_code; -- Bug 3371817
4061: l_mat_atp_info_rec.atf_date := item_availability_info.atf_date(i);
4062:
4063: MSC_ATP_REQ.Get_Material_Atp_Info(
4064: l_mat_atp_info_rec,
4065: l_atp_period,
4066: l_atp_supply_demand,
4067: l_return_status);