DBA Data[Home] [Help]

APPS.MSC_AATP_REQ dependencies on MSC_ATP_REQ

Line 19: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,

15: p_insert_flag IN NUMBER,
16: x_atp_info OUT NoCopy MRP_ATP_PVT.ATP_Info,
17: x_atp_period OUT NoCopy MRP_ATP_PUB.ATP_Period_Typ,
18: x_atp_supply_demand OUT NoCopy MRP_ATP_PUB.ATP_Supply_Demand_Typ,
19: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,
20: p_refresh_number IN NUMBER, -- For summary enhancement
21: p_request_item_id IN NUMBER, -- For time_phased_atp
22: p_atf_date IN DATE); -- For time_phased_atp
23:

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

20: p_refresh_number IN NUMBER, -- For summary enhancement
21: p_request_item_id IN NUMBER, -- For time_phased_atp
22: p_atf_date IN DATE); -- For time_phased_atp
23:
24: -- 3/6/2002, added this procedure by copying from MSC_ATP_REQ.Get_Material_Atp_Info
25: -- This will be called from MSC_ATP_PVT.ATP_Check for forward scheduling instead of Get_Material_Atp_Info
26: -- only for Allocated ATP in case forward stealing needs to be done.
27:
28: PROCEDURE Get_Forward_Material_Atp(

Line 51: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,

47: x_atp_pegging_tab OUT NOCOPY MRP_ATP_PUB.Number_Arr,
48: x_return_status OUT NoCopy VARCHAR2,
49: x_used_available_quantity OUT NoCopy NUMBER, --bug3409973
50: p_substitution_window IN number,
51: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,
52: x_get_mat_out_rec OUT NOCOPY MSC_ATP_REQ.get_mat_out_rec,
53: p_atf_date IN DATE, -- For time_phased_atp
54: p_order_number IN NUMBER := NULL,
55: p_refresh_number IN NUMBER := NULL,

Line 52: x_get_mat_out_rec OUT NOCOPY MSC_ATP_REQ.get_mat_out_rec,

48: x_return_status OUT NoCopy VARCHAR2,
49: x_used_available_quantity OUT NoCopy NUMBER, --bug3409973
50: p_substitution_window IN number,
51: p_get_mat_in_rec IN MSC_ATP_REQ.get_mat_in_rec,
52: x_get_mat_out_rec OUT NOCOPY MSC_ATP_REQ.get_mat_out_rec,
53: p_atf_date IN DATE, -- For time_phased_atp
54: p_order_number IN NUMBER := NULL,
55: p_refresh_number IN NUMBER := NULL,
56: p_parent_pegging_id IN NUMBER := NULL