DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on OE_ORDER_HEADERS_ALL

Line 3004: FROM oe_order_lines_all a, oe_order_headers_all b

3000: WHERE line_id = to_number(p_itemkey);
3001:
3002: SELECT order_number
3003: INTO p_order_number
3004: FROM oe_order_lines_all a, oe_order_headers_all b
3005: WHERE a.header_id = b.header_id
3006: AND a.line_id = to_number(p_itemkey);
3007:
3008: -- get the line source document type ID