DBA Data[Home] [Help]

APPS.JAI_AR_MATCH_TAX_PKG dependencies on OE_WORKFLOW_ASSIGNMENTS

Line 4719: oe_workflow_assignments owf,

4715: FROM (SELECT rctl.customer_trx_line_id
4716: FROM OE_ORDER_HEADERS_ALL oh,
4717: OE_ORDER_LINES_ALL ol,
4718: OE_TRANSACTION_TYPES_TL ot,
4719: oe_workflow_assignments owf,
4720: ra_customer_trx_lines_all rctl
4721: WHERE oh.header_id = ol.header_id
4722: AND oh.order_type_id = ot.transaction_type_id
4723: AND oh.order_type_id = owf.order_type_id

Line 4769: oe_workflow_assignments owf,

4765: (SELECT rctl.customer_trx_line_id
4766: FROM OE_ORDER_HEADERS_ALL oh,
4767: OE_ORDER_LINES_ALL ol,
4768: OE_TRANSACTION_TYPES_TL ot,
4769: oe_workflow_assignments owf,
4770: ra_customer_trx_lines_all rctl
4771: WHERE oh.header_id = ol.header_id
4772: AND oh.order_type_id = ot.transaction_type_id
4773: AND oh.order_type_id = owf.order_type_id