DBA Data[Home] [Help]

APPS.JAI_AR_TAX_LINES_PKG dependencies on OE_WORKFLOW_ASSIGNMENTS

Line 281: oe_workflow_assignments owf

277: SELECT count(1)
278: FROM OE_ORDER_HEADERS_ALL oh,
279: OE_ORDER_LINES_ALL ol,
280: OE_TRANSACTION_TYPES_TL ot,
281: oe_workflow_assignments owf
282: WHERE oh.header_id = ol.header_id
283: AND oh.order_type_id = ot.transaction_type_id
284: AND oh.order_type_id = owf.order_type_id
285: AND ol.line_type_id = owf.line_type_id