DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on PO_WF_BUILD_ACCOUNT_INIT

Line 1: PACKAGE BODY PO_WF_BUILD_ACCOUNT_INIT AS

1: PACKAGE BODY PO_WF_BUILD_ACCOUNT_INIT AS
2: /* $Header: POXWPOSB.pls 120.7.12020000.2 2013/06/06 14:33:01 gjyothi ship $ */
3:
4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

Line 8: g_pkg_name CONSTANT VARCHAR2(100) := 'PO_WF_BUILD_ACCOUNT_INIT';

4: -- Read the profile option that enables/disables the debug log
5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');
6:
7: -- Added debug comments to FND logs instead on PO_WF_DEBUG logs
8: g_pkg_name CONSTANT VARCHAR2(100) := 'PO_WF_BUILD_ACCOUNT_INIT';
9: g_log_head CONSTANT VARCHAR2(1000) := 'po.plsql.'||g_pkg_name||'.';
10:
11: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
12: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;

Line 2894: po_message_s.sql_error('PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow', l_progress,

2890:
2891: RETURN x_success;
2892: EXCEPTION
2893: WHEN OTHERS THEN
2894: po_message_s.sql_error('PO_WF_BUILD_ACCOUNT_INIT.Start_Workflow', l_progress,
2895: sqlcode);
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);

Line 3154: end PO_WF_BUILD_ACCOUNT_INIT;

3150: -- PO_WF_PO_VARIANCE_ACC.debug_off;
3151:
3152: END debug_off;
3153:
3154: end PO_WF_BUILD_ACCOUNT_INIT;