DBA Data[Home] [Help]

APPS.CSE_FA_STAGE_PKG dependencies on FND_PROFILE

Line 4: l_debug varchar2(1) := NVL(fnd_profile.value('CSE_DEBUG_OPTION'),'N');

1: PACKAGE BODY cse_fa_stage_pkg AS
2: /* $Header: CSEPFASB.pls 120.13 2006/08/25 00:41:42 brmanesh noship $ */
3:
4: l_debug varchar2(1) := NVL(fnd_profile.value('CSE_DEBUG_OPTION'),'N');
5:
6: g_clob clob;
7:
8: PROCEDURE debug(

Line 401: SELECT fnd_profile.value('apps_framework_agent')||'/OA_HTML/OA.jsp?OAFunc=CSE_OANF_FA_SEARCH'

397: IS
398: l_ib_url varchar2(240);
399: BEGIN
400:
401: SELECT fnd_profile.value('apps_framework_agent')||'/OA_HTML/OA.jsp?OAFunc=CSE_OANF_FA_SEARCH'
402: INTO l_ib_url
403: FROM sys.dual;
404:
405: x_ib_url := l_ib_url;