DBA Data[Home] [Help]

APPS.BOM_ROUTINGHEADER_PVT dependencies on INVPUOPI

Line 126: l_ret_code := INVPUOPI.mtl_pr_trans_prod_item(

122: -- set assembly item id
123:
124: if nvl(l_routing_rec.Assembly_Item_Number, FND_API.G_MISS_CHAR) <>
125: FND_API.G_MISS_CHAR then
126: l_ret_code := INVPUOPI.mtl_pr_trans_prod_item(
127: org_id => l_routing_rec.organization_id,
128: item_number_in => l_routing_rec.assembly_item_number,
129: item_id_out => l_routing_rec.assembly_item_id,
130: err_text => l_err_text);

Line 156: l_ret_code := INVPUOPI.mtl_pr_parse_flex_name(

152: -- set locator id
153:
154: if nvl(l_routing_rec.location_name, FND_API.G_MISS_CHAR) <>
155: FND_API.G_MISS_CHAR then
156: l_ret_code := INVPUOPI.mtl_pr_parse_flex_name(
157: org_id => l_routing_rec.organization_id,
158: flex_code => 'MTLL',
159: flex_name => l_routing_rec.location_name,
160: flex_id => l_routing_rec.completion_locator_id,

Line 174: l_ret_code := INVPUOPI.mtl_pr_trans_prod_item(

170: -- set common assembly item id
171:
172: if nvl(l_routing_rec.common_item_number, FND_API.G_MISS_CHAR) <>
173: FND_API.G_MISS_CHAR then
174: l_ret_code := INVPUOPI.mtl_pr_trans_prod_item(
175: org_id => l_routing_rec.organization_id,
176: item_number_in => l_routing_rec.common_item_number,
177: item_id_out => l_routing_rec.common_assembly_item_id,
178: err_text => l_err_text);