DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_WF_BUILD_ACCOUNT_INIT

Line 8246: l_return_value := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow (

8242: END IF;
8243:
8244: l_progress := '090';
8245:
8246: l_return_value := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow (
8247:
8248: g_purchasing_ou_id, -- IN
8249: l_transaction_flow_header_id, -- IN
8250: l_dest_charge_success, -- IN OUT

Line 8317: exception_type => 'PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow',

8313: l_progress := '100';
8314:
8315: IF (l_return_value = FALSE) THEN
8316: APP_EXCEPTION.raise_exception(
8317: exception_type => 'PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow',
8318: exception_code => 0,
8319: exception_text => 'Start_workflow returned FALSE');
8320: END IF;
8321:

Line 15297: l_acct_api_success := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow(

15293: PO_LOG.stmt(d_module, d_progress, 'Calling account generator wf method.');
15294: PO_LOG.stmt(d_module, d_progress, 'payitem_acct_rec.po_distribution_id', payitem_acct_rec.po_distribution_id);
15295: END IF;
15296:
15297: l_acct_api_success := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow(
15298: x_purchasing_ou_id => g_purchasing_ou_id
15299: , x_transaction_flow_header_id => NULL
15300: , x_dest_charge_success => l_dest_charge_success
15301: , x_dest_charge_account_id => l_dest_charge_account_id