DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on PO_LINES_ALL

Line 828: po_lines_all pol,

824:
825: select poh.authorization_status
826: into v_authorization_status
827: from po_headers_all poh,
828: po_lines_all pol,
829: oe_drop_ship_sources ods
830: where ods.header_id = v_header_id
831: and ods.line_id = p_order_line_id
832: and ods.po_header_id = poh.po_header_id