DBA Data[Home] [Help]

APPS.BOM_OPERATION_PVT dependencies on INVPUOPI

Line 125: l_ret_code := INVPUOPI.mtl_pr_trans_prod_item(

121: end if; -- organization_id
122:
123: If nvl(l_operation_rec.Assembly_Item_Number, FND_API.G_MISS_CHAR) <>
124: FND_API.G_MISS_CHAR then
125: l_ret_code := INVPUOPI.mtl_pr_trans_prod_item(
126: org_id => l_operation_rec.organization_id,
127: item_number_in => l_operation_rec.assembly_item_number,
128: item_id_out => l_operation_rec.assembly_item_id,
129: err_text => l_err_text);