DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MRP_ATP_PUB

Line 2821: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,

2817: end evaluate_order ;
2818:
2819:
2820: function load_mandatory_components(
2821: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
2822: p_model_index in number,
2823: pReqDate in oe_order_lines_all.schedule_ship_date%type,
2824: xGrpId out NOCOPY number,
2825: xErrorMessage out NOCOPY varchar2 ,

Line 3331: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,

3327:
3328:
3329: -- 3779636
3330: function load_mandatory_components_pds(
3331: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
3332: p_model_index in number,
3333: pReqDate in oe_order_lines_all.schedule_ship_date%type,
3334: xGrpId out NOCOPY number,
3335: xErrorMessage out NOCOPY varchar2 ,

Line 3736: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,

3732:
3733: end load_mandatory_components_pds;
3734:
3735: function Get_Mandatory_Components(
3736: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
3737: p_organization_id in number,
3738: p_inventory_item_id in number,
3739: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,
3740: xErrorMessage out NOCOPY varchar2,

Line 3739: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,

3735: function Get_Mandatory_Components(
3736: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
3737: p_organization_id in number,
3738: p_inventory_item_id in number,
3739: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,
3740: xErrorMessage out NOCOPY varchar2,
3741: xMessageName out NOCOPY varchar2,
3742: xTableName out NOCOPY varchar2 )
3743: return integer