DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 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_POAPPROVAL_INIT1 AS
2: /* $Header: POXWPA2B.pls 120.35.12020000.6 2013/03/22 06:47:06 kuichen 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');
6: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on; --< Bug 3554754 >
7:
8: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_POAPPROVAL_INIT1';
9: g_module_prefix CONSTANT VARCHAR2(40) := 'po.plsql.' || g_pkg_name || '.';

Line 844: is_clm_enabled := NVL(FND_PROFILE.VALUE('PO_CLM_ENABLED'),'N');

840: avalue => l_total_amount_disp);
841:
842: -- CLM Apprvl. Total funded value has to be diplayed in the approval notification for the CLM documents.
843:
844: is_clm_enabled := NVL(FND_PROFILE.VALUE('PO_CLM_ENABLED'),'N');
845: IF is_clm_enabled = 'Y' THEN
846:
847: select sum(funded_value)
848: into l_total_funded_amount