DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MRP_ATP_PUB

Line 2728: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,

2724: end evaluate_order ;
2725:
2726:
2727: function load_mandatory_components(
2728: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
2729: p_model_index in number,
2730: pReqDate in oe_order_lines_all.schedule_ship_date%type,
2731: xGrpId out NOCOPY number,
2732: xErrorMessage out NOCOPY varchar2 ,

Line 3238: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,

3234:
3235:
3236: -- 3779636
3237: function load_mandatory_components_pds(
3238: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
3239: p_model_index in number,
3240: pReqDate in oe_order_lines_all.schedule_ship_date%type,
3241: xGrpId out NOCOPY number,
3242: xErrorMessage out NOCOPY varchar2 ,

Line 3643: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,

3639:
3640: end load_mandatory_components_pds;
3641:
3642: function Get_Mandatory_Components(
3643: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
3644: p_organization_id in number,
3645: p_inventory_item_id in number,
3646: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,
3647: xErrorMessage out NOCOPY varchar2,

Line 3646: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,

3642: function Get_Mandatory_Components(
3643: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
3644: p_organization_id in number,
3645: p_inventory_item_id in number,
3646: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,
3647: xErrorMessage out NOCOPY varchar2,
3648: xMessageName out NOCOPY varchar2,
3649: xTableName out NOCOPY varchar2 )
3650: return integer