DBA Data[Home] [Help]

APPS.CTO_UPDATE_BOM_RTG_PK dependencies on CTO_UTILITY_PK

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

1350: 1, -- created_by
1351: 1, -- last_update_login
1352: ic1.item_num,
1353: Round(
1354: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code, bcol1.ordered_quantity ,
1355: msi_child.inventory_item_id )
1356: / 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 */
1357: -- Decimal-Qty Support for Option Items
1358: ic1.component_yield_factor,

Line 1356: / 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 */

1352: ic1.item_num,
1353: Round(
1354: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code, bcol1.ordered_quantity ,
1355: msi_child.inventory_item_id )
1356: / 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 */
1357: -- Decimal-Qty Support for Option Items
1358: ic1.component_yield_factor,
1359: ic1.component_remarks, --Bugfix 7188428
1360: --NULL, --ic1.component_remark

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

6069: nvl(ic1.operation_seq_num,1),
6070: decode(bcol1.config_item_id, NULL, ic1.component_item_id,bcol1.config_item_id),
6071: ic1.item_num,
6072: Round(
6073: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code,
6074: bcol1.ordered_quantity , msi_child.inventory_item_id ) /
6075: CTO_UTILITY_PK.convert_uom(bcol2.order_quantity_uom, msi_parent.primary_uom_code,
6076: NVL(bcol2.ordered_quantity,1) , msi_parent.inventory_item_id ) , 7) ,
6077: ic1.component_yield_factor,

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

6071: ic1.item_num,
6072: Round(
6073: CTO_UTILITY_PK.convert_uom( bcol1.order_quantity_uom, msi_child.primary_uom_code,
6074: bcol1.ordered_quantity , msi_child.inventory_item_id ) /
6075: CTO_UTILITY_PK.convert_uom(bcol2.order_quantity_uom, msi_parent.primary_uom_code,
6076: NVL(bcol2.ordered_quantity,1) , msi_parent.inventory_item_id ) , 7) ,
6077: ic1.component_yield_factor,
6078: ic1.component_remarks, --Bugfix 7188428
6079: ic1.attribute_category,