DBA Data[Home] [Help]

APPS.OPI_DBI_JOB_TXN_STG_PKG dependencies on BOM_INVENTORY_COMPONENTS

Line 2175: bom_inventory_components bic

2171: order by effectivity_date), sysdate) last_rev,
2172: bic.component_quantity Standard_Quantity
2173: from
2174: bom_bill_of_materials bb,
2175: bom_inventory_components bic
2176: where
2177: bb.COMMON_BILL_SEQUENCE_ID = bic.bill_sequence_id and
2178: bic.implementation_date is not null
2179: ) bom_join,

Line 2399: bom_inventory_components bic

2395: order by effectivity_date), sysdate) last_rev,
2396: bic.component_quantity Standard_Quantity
2397: from
2398: bom_bill_of_materials bb,
2399: bom_inventory_components bic
2400: where
2401: bb.COMMON_BILL_SEQUENCE_ID = bic.bill_sequence_id and
2402: bic.implementation_date is not null
2403: ) t,