DBA Data[Home] [Help]

APPS.MSC_AATP_REQ dependencies on MSC_ATP_REQ

Line 23: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,

19: p_insert_flag IN NUMBER,
20: x_atp_info OUT NoCopy MRP_ATP_PVT.ATP_Info,
21: x_atp_period OUT NoCopy MRP_ATP_PUB.ATP_Period_Typ,
22: x_atp_supply_demand OUT NoCopy MRP_ATP_PUB.ATP_Supply_Demand_Typ,
23: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,
24: p_refresh_number IN NUMBER, -- For summary enhancement
25: p_request_item_id IN NUMBER, -- For time_phased_atp
26: p_atf_date IN DATE) -- For time_phased_atp
27: IS

Line 815: -- 3/6/2002, added this procedure by copying from MSC_ATP_REQ.Get_Material_Atp_Info

811: END IF;
812: END Atp_Alloc_Consume;
813:
814:
815: -- 3/6/2002, added this procedure by copying from MSC_ATP_REQ.Get_Material_Atp_Info
816: -- This will be called from MSC_ATP_PVT.ATP_Check for forward scheduling instead of Get_Material_Atp_Info
817: -- only for Allocated ATP in case forward stealing needs to be done.
818:
819: PROCEDURE Get_Forward_Material_Atp(

Line 842: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,

838: x_atp_pegging_tab OUT NOCOPY MRP_ATP_PUB.Number_Arr,
839: x_return_status OUT NoCopy VARCHAR2,
840: x_used_available_quantity OUT NoCopy NUMBER, --bug3409973
841: p_substitution_window IN number,
842: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,
843: x_get_mat_out_rec OUT NOCOPY MSC_ATP_REQ.get_mat_out_rec,
844: p_atf_date IN DATE, -- For time_phased_atp
845: p_order_number IN NUMBER := NULL,
846: p_refresh_number IN NUMBER := NULL,

Line 843: x_get_mat_out_rec OUT NOCOPY MSC_ATP_REQ.get_mat_out_rec,

839: x_return_status OUT NoCopy VARCHAR2,
840: x_used_available_quantity OUT NoCopy NUMBER, --bug3409973
841: p_substitution_window IN number,
842: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,
843: x_get_mat_out_rec OUT NOCOPY MSC_ATP_REQ.get_mat_out_rec,
844: p_atf_date IN DATE, -- For time_phased_atp
845: p_order_number IN NUMBER := NULL,
846: p_refresh_number IN NUMBER := NULL,
847: p_parent_pegging_id IN NUMBER := NULL