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 741: FND_PROFILE.get('QP_LICENSED_FOR_PRODUCT',l_qp_license);

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