DBA Data[Home] [Help]

APPS.PO_AUTO_DIST_PROCESS_PVT dependencies on PO_WF_BUILD_ACCOUNT_INIT

Line 1504: l_acct_api_success := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow( x_purchasing_ou_id => PO_AUTOCREATE_PARAMS.g_purchasing_ou_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 ,
1506: x_dest_charge_success => l_dest_charge_success ,
1507: x_dest_charge_account_id => l_dest_charge_account_id ,
1508: x_dest_charge_account_desc => l_dest_charge_account_desc ,