DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on APP_EXCEPTION

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

2552:
2553:
2554: IF (l_return_status <> FND_API.g_ret_sts_success) THEN
2555: l_progress := '010';
2556: APP_EXCEPTION.raise_exception(exception_type => 'START_WORKFLOW_EXCEPTION',
2557: exception_code => 0,
2558: exception_text => 'PO_SHARED_PROC_PVT.' ||
2559: 'get_ou_and_coa_from_inv_org');
2560: END IF;

Line 2900: APP_EXCEPTION.raise_exception;

2896: IF g_debug_unexp THEN
2897: PO_DEBUG.debug_exc(p_log_head => g_log_head||l_api_name,
2898: p_progress => l_progress);
2899: END IF;
2900: APP_EXCEPTION.raise_exception;
2901: END Start_Workflow;
2902:
2903: --< Shared Proc FPJ Start >
2904: --------------------------------------------------------------------------------