DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on CTO_UTILITY_PK

Line 1295: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code, bcol1.ordered_quantity ,

1291: 1, -- created_by
1292: 1, -- last_update_login
1293: ic1.item_num,
1294: Round(
1295: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code, bcol1.ordered_quantity ,
1296: msi_child.inventory_item_id )
1297: / CTO_UTILITY_PK.convert_uom(bcol2.order_quantity_uom, msi_parent.primary_uom_code, NVL(bcol2.ordered_quantity,1) , msi_parent.inventory_item_id ) , 7) , /* 02-14-2005 Sushant */
1298: -- Decimal-Qty Support for Option Items
1299: ic1.component_yield_factor,

Line 1297: / CTO_UTILITY_PK.convert_uom(bcol2.order_quantity_uom, msi_parent.primary_uom_code, NVL(bcol2.ordered_quantity,1) , msi_parent.inventory_item_id ) , 7) , /* 02-14-2005 Sushant */

1293: ic1.item_num,
1294: Round(
1295: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code, bcol1.ordered_quantity ,
1296: msi_child.inventory_item_id )
1297: / CTO_UTILITY_PK.convert_uom(bcol2.order_quantity_uom, msi_parent.primary_uom_code, NVL(bcol2.ordered_quantity,1) , msi_parent.inventory_item_id ) , 7) , /* 02-14-2005 Sushant */
1298: -- Decimal-Qty Support for Option Items
1299: ic1.component_yield_factor,
1300: ic1.component_remarks, --Bugfix 7188428
1301: --NULL, --ic1.component_remark

Line 5864: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code,

5860: nvl(ic1.operation_seq_num,1),
5861: decode(bcol1.config_item_id, NULL, ic1.component_item_id,bcol1.config_item_id),
5862: ic1.item_num,
5863: Round(
5864: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code,
5865: bcol1.ordered_quantity , msi_child.inventory_item_id ) /
5866: CTO_UTILITY_PK.convert_uom(bcol2.order_quantity_uom, msi_parent.primary_uom_code,
5867: NVL(bcol2.ordered_quantity,1) , msi_parent.inventory_item_id ) , 7) ,
5868: ic1.component_yield_factor,

Line 5866: CTO_UTILITY_PK.convert_uom(bcol2.order_quantity_uom, msi_parent.primary_uom_code,

5862: ic1.item_num,
5863: Round(
5864: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code,
5865: bcol1.ordered_quantity , msi_child.inventory_item_id ) /
5866: CTO_UTILITY_PK.convert_uom(bcol2.order_quantity_uom, msi_parent.primary_uom_code,
5867: NVL(bcol2.ordered_quantity,1) , msi_parent.inventory_item_id ) , 7) ,
5868: ic1.component_yield_factor,
5869: ic1.component_remarks, --Bugfix 7188428
5870: ic1.attribute_category,