DBA Data[Home] [Help]

APPS.CTO_TRANSFER_PRICE_PK dependencies on BOM_INVENTORY_COMPONENTS

Line 793: bom_inventory_components bic,

789: msi.primary_uom_code, -- primary_uom_code
790: p_grp_id,
791: bic.basis_type /* LBM Project change */
792: from
793: bom_inventory_components bic,
794: bom_bill_of_materials bbom,
795: mtl_system_items msi
796: where bbom.assembly_item_id = p_item_id
797: and bbom.organization_id = p_organization_id

Line 846: bom_inventory_components bic,

842: msi2.primary_uom_code, -- primary_uom_code
843: p_grp_id,
844: bic.basis_type /* LBM Project change */
845: from
846: bom_inventory_components bic,
847: bom_bill_of_materials bbom,
848: bom_explosion_temp bet,
849: mtl_system_items msi, -- bet component join
850: mtl_system_items msi2 -- bic component join

Line 916: bom_inventory_components bic,

912: msi.primary_uom_code, -- primary_uom_code
913: p_grp_id,
914: bic.basis_type /* LBM Project change */
915: from
916: bom_inventory_components bic,
917: bom_bill_of_materials bbom,
918: mtl_system_items msi
919: where bbom.assembly_item_id = p_item_id
920: and bbom.organization_id = p_organization_id

Line 969: bom_inventory_components bic,

965: msi.primary_uom_code, -- primary_uom_code
966: p_grp_id,
967: bic.basis_type /* LBM Project change */
968: from
969: bom_inventory_components bic,
970: bom_bill_of_materials bbom,
971: bom_explosion_temp bet,
972: mtl_system_items msi
973: where