DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on OE_WORKFLOW_ASSIGNMENTS

Line 350: oe_workflow_assignments owf

346: SELECT count(1)
347: FROM OE_ORDER_HEADERS_ALL oh,
348: OE_ORDER_LINES_ALL ol,
349: OE_TRANSACTION_TYPES_TL ot,
350: oe_workflow_assignments owf
351: WHERE oh.header_id = ol.header_id
352: AND oh.order_type_id = ot.transaction_type_id
353: AND oh.order_type_id = owf.order_type_id
354: AND ol.line_type_id = owf.line_type_id