DBA Data[Home] [Help]

APPS.PO_WF_BUILD_ACCOUNT_INIT dependencies on FND_PROFILE

Line 5: g_po_wf_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('PO_SET_DEBUG_WORKFLOW_ON'),'N');

1: PACKAGE BODY PO_WF_BUILD_ACCOUNT_INIT AS
2: /* $Header: POXWPOSB.pls 120.4 2006/04/27 17:43:57 bao noship $ */
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');
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||'.';