DBA Data[Home] [Help]

APPS.OPI_DBI_JOB_TXN_STG_PKG dependencies on BOM_BILL_OF_MATERIALS

Line 2174: bom_bill_of_materials bb,

2170: bic.operation_seq_num
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

Line 2398: bom_bill_of_materials bb,

2394: bic.operation_seq_num
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