DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MRP_ATP_PUB

Line 107: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,

103: xTableName out NOCOPY varchar2 )
104: return integer;
105:
106: function Get_Mandatory_Components(
107: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
108: p_organization_id in number default null,
109: p_inventory_item_id in number default null,
110: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,
111: xErrorMessage out NOCOPY varchar2,

Line 110: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,

106: function Get_Mandatory_Components(
107: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
108: p_organization_id in number default null,
109: p_inventory_item_id in number default null,
110: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,
111: xErrorMessage out NOCOPY varchar2,
112: xMessageName out NOCOPY varchar2,
113: xTableName out NOCOPY varchar2 )
114: return integer;