DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_PC_GLOBALS

Line 13520: IF l_sec_result = OE_PC_GLOBALS.YES THEN

13516: oe_debug_pub.add( 'AFTER SECURITY CALL' || X_RETURN_STATUS , 1 ) ;
13517: END IF;
13518:
13519: -- if operation on any attribute is constrained
13520: IF l_sec_result = OE_PC_GLOBALS.YES THEN
13521: IF l_debug_level > 0 THEN
13522: oe_debug_pub.add( 'CONSTRAINT FOUND' , 4 ) ;
13523: END IF;
13524: RAISE FND_API.G_EXC_ERROR;