DBA Data[Home] [Help]

APPS.JAI_AR_IMPORT_SYNC_PKG dependencies on OE_WORKFLOW_ASSIGNMENTS

Line 2168: oe_workflow_assignments owf

2164: SELECT count(1)
2165: FROM OE_ORDER_HEADERS_ALL oh,
2166: OE_ORDER_LINES_ALL ol,
2167: OE_TRANSACTION_TYPES_TL ot,
2168: oe_workflow_assignments owf
2169: WHERE oh.header_id = ol.header_id
2170: AND oh.order_type_id = ot.transaction_type_id
2171: AND oh.order_type_id = owf.order_type_id
2172: AND ol.line_type_id = owf.line_type_id