DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_PC_GLOBALS

Line 11913: IF l_sec_result = OE_PC_GLOBALS.YES THEN

11909: oe_debug_pub.add( 'AFTER SECURITY CALL' || X_RETURN_STATUS , 1 ) ;
11910: END IF;
11911:
11912: -- if operation on any attribute is constrained
11913: IF l_sec_result = OE_PC_GLOBALS.YES THEN
11914: IF l_debug_level > 0 THEN
11915: oe_debug_pub.add( 'CONSTRAINT FOUND' , 4 ) ;
11916: END IF;
11917: RAISE FND_API.G_EXC_ERROR;