DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on MRP_ATP_PUB

Line 99: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,

95: xTableName out NOCOPY varchar2 )
96: return integer;
97:
98: function Get_Mandatory_Components(
99: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
100: p_organization_id in number default null,
101: p_inventory_item_id in number default null,
102: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,
103: xErrorMessage out NOCOPY varchar2,

Line 102: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,

98: function Get_Mandatory_Components(
99: p_ship_set in MRP_ATP_PUB.ATP_Rec_Typ,
100: p_organization_id in number default null,
101: p_inventory_item_id in number default null,
102: x_smc_rec out NOCOPY MRP_ATP_PUB.ATP_Rec_Typ,
103: xErrorMessage out NOCOPY varchar2,
104: xMessageName out NOCOPY varchar2,
105: xTableName out NOCOPY varchar2 )
106: return integer;