DBA Data[Home] [Help]

APPS.PO_INTERFACE_S dependencies on PO_WF_BUILD_ACCOUNT_INIT

Line 8853: l_return_value := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow (

8849: END IF;
8850:
8851: l_progress := '090';
8852:
8853: l_return_value := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow (
8854:
8855: g_purchasing_ou_id, -- IN
8856: l_transaction_flow_header_id, -- IN
8857: l_dest_charge_success, -- IN OUT

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

8920: l_progress := '100';
8921:
8922: IF (l_return_value = FALSE) THEN
8923: APP_EXCEPTION.raise_exception(
8924: exception_type => 'PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow',
8925: exception_code => 0,
8926: exception_text => 'Start_workflow returned FALSE');
8927: END IF;
8928:

Line 16206: l_acct_api_success := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow(

16202: PO_LOG.stmt(d_module, d_progress, 'Calling account generator wf method.');
16203: PO_LOG.stmt(d_module, d_progress, 'payitem_acct_rec.po_distribution_id', payitem_acct_rec.po_distribution_id);
16204: END IF;
16205:
16206: l_acct_api_success := PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow(
16207: x_purchasing_ou_id => g_purchasing_ou_id
16208: , x_transaction_flow_header_id => NULL
16209: , x_dest_charge_success => l_dest_charge_success
16210: , x_dest_charge_account_id => l_dest_charge_account_id