DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on OE_ORDER_HEADERS_ALL

Line 3034: FROM oe_order_lines_all a, oe_order_headers_all b

3030: WHERE line_id = to_number(p_itemkey);
3031:
3032: SELECT order_number
3033: INTO p_order_number
3034: FROM oe_order_lines_all a, oe_order_headers_all b
3035: WHERE a.header_id = b.header_id
3036: AND a.line_id = to_number(p_itemkey);
3037:
3038: -- get the line source document type ID