DBA Data[Home] [Help]

APPS.PO_AUTO_DIST_PROCESS_PVT dependencies on PO_HEADERS_DRAFT_ALL

Line 1501: FROM po_headers_draft_all

1497: END IF;
1498:
1499: SELECT agent_id
1500: INTO l_agent_id
1501: FROM po_headers_draft_all
1502: WHERE po_header_id = p_lines.po_header_id_tbl(i);
1503:
1504: l_acct_api_success := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow( x_purchasing_ou_id => PO_AUTOCREATE_PARAMS.g_purchasing_ou_id ,
1505: x_transaction_flow_header_id => NULL ,