DBA Data[Home] [Help]

APPS.PO_PRICE_BREAK_GRP dependencies on FND_PROFILE

Line 12: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

8: G_PKG_NAME CONSTANT varchar2(30) := 'PO_PRICE_BREAK_GRP';
9: g_log_head CONSTANT VARCHAR2(50) := 'po.plsql.'|| G_PKG_NAME || '.';
10:
11: -- Read the profile option that enables/disables the debug log
12: g_fnd_debug VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
13:
14: --
15: -- Debugging
16: g_debug_stmt BOOLEAN := PO_DEBUG.is_debug_stmt_on;

Line 745: FND_PROFILE.get('QP_LICENSED_FOR_PRODUCT',l_qp_license);

741: --
742: ELSIF (l_source_document_type = 'CONTRACT') THEN
743:
744: -- Bug 5516257: Get the profile value to check if Adv Pricing is installed
745: FND_PROFILE.get('QP_LICENSED_FOR_PRODUCT',l_qp_license);
746: l_progress := '345';
747: IF g_debug_stmt THEN
748: PO_DEBUG.debug_var(l_log_head,l_progress,'l_qp_license',l_qp_license);
749: END IF;