DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on PO_LINES_ALL

Line 819: po_lines_all pol,

815:
816: select poh.authorization_status
817: into v_authorization_status
818: from po_headers_all poh,
819: po_lines_all pol,
820: oe_drop_ship_sources ods
821: where ods.header_id = v_header_id
822: and ods.line_id = p_order_line_id
823: and ods.po_header_id = poh.po_header_id