DBA Data[Home] [Help]

APPS.OE_SYS_PARAMETERS dependencies on OE_SYS_PARAMETERS

Line 1: PACKAGE BODY OE_Sys_Parameters AS

1: PACKAGE BODY OE_Sys_Parameters AS
2: /* $Header: OESYSPAB.pls 120.2 2006/06/20 06:01:37 rmoharan noship $ */
3:
4:
5: --Global variables to cache the parameter information.

Line 42: oe_debug_pub.add( 'ENTERING OE_SYS_PARAMETERS.VALUE ' , 1 ) ;

38: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
39: --
40: BEGIN
41: IF l_debug_level > 0 THEN
42: oe_debug_pub.add( 'ENTERING OE_SYS_PARAMETERS.VALUE ' , 1 ) ;
43: END IF;
44: -- Pack J
45: -- Call new function for om parameters if release level
46: -- is 110510 or higher

Line 51: RETURN(Oe_Sys_Parameters_Pvt.value(param_name,p_org_id));

47: --IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
48: IF l_debug_level > 0 THEN
49: oe_debug_pub.add( 'Going to get the value for '||param_name , 1 ) ;
50: END IF;
51: RETURN(Oe_Sys_Parameters_Pvt.value(param_name,p_org_id));
52: --ELSE
53: --5302907 : old code ref. to old system parameters table removed.
54: --END IF; -- Code Release level
55: IF l_debug_level > 0 THEN

Line 56: oe_debug_pub.add( 'EXITING OE_SYS_PARAMETERS.VALUE' , 1 ) ;

52: --ELSE
53: --5302907 : old code ref. to old system parameters table removed.
54: --END IF; -- Code Release level
55: IF l_debug_level > 0 THEN
56: oe_debug_pub.add( 'EXITING OE_SYS_PARAMETERS.VALUE' , 1 ) ;
57: END IF;
58: RETURN(NULL);
59:
60: EXCEPTION

Line 108: END OE_Sys_Parameters;

104:
105: END VALUE_WNPS;
106:
107:
108: END OE_Sys_Parameters;