DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on APP_EXCEPTION

Line 2538: APP_EXCEPTION.raise_exception(exception_type => 'START_WORKFLOW_EXCEPTION',

2534:
2535:
2536: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
2537: l_progress := '010';
2538: APP_EXCEPTION.raise_exception(exception_type => 'START_WORKFLOW_EXCEPTION',
2539: exception_code => 0,
2540: exception_text => 'PO_SHARED_PROC_PVT.' ||
2541: 'get_ou_and_coa_from_inv_org');
2542: END IF;

Line 2880: APP_EXCEPTION.raise_exception;

2876: IF g_debug_unexp THEN
2877: PO_DEBUG.debug_exc(p_log_head => g_log_head||l_api_name,
2878: p_progress => l_progress);
2879: END IF;
2880: APP_EXCEPTION.raise_exception;
2881: END Start_Workflow;
2882:
2883: --< Shared Proc FPJ Start >
2884: --------------------------------------------------------------------------------