DBA Data[Home] [Help]

APPS.FND_OID_PLUG dependencies on USER_OBJECTS

Line 607: select count(*) into c from user_objects where object_name=n

603: then
604: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Verify plugin package is valid ' );
605: end if;
606:
607: select count(*) into c from user_objects where object_name=n
608: and object_type in ('PACKAGE','PACKAGE BODY') and status='VALID';
609: IF (c<>2) THEN
610: raise_application_error(-20100,'Check existence and validity of '||plugin_name||' body and specs');
611: END IF;