DBA Data[Home] [Help]

APPS.OE_CONFIG_SCHEDULE_PVT dependencies on OE_PC_GLOBALS

Line 3154: IF l_sec_result = OE_PC_GLOBALS.YES THEN

3150: oe_debug_pub.add( 'AFTER SECURITY CALL' || L_RETURN_STATUS , 1 ) ;
3151: END IF;
3152:
3153: -- if operation on any attribute is constrained
3154: IF l_sec_result = OE_PC_GLOBALS.YES THEN
3155: IF l_debug_level > 0 THEN
3156: oe_debug_pub.add( 'CONSTRAINT FOUND' , 4 ) ;
3157: END IF;
3158: RAISE FND_API.G_EXC_ERROR;