DBA Data[Home] [Help]

SYSTEM.AD_APPS_PRIVATE dependencies on STANDARD

Line 562: -- Types returned are standard object types (as found in dba_objects),

558: -- If does not find exact match, checks to see if syn_own_schema contains
559: -- any object named syn_name. If it finds such an object, it returns
560: -- is_obj_w_name = TRUE and typ_exist_obj =
561: --
562: -- Types returned are standard object types (as found in dba_objects),
563: -- except for the case where there is both a PACKAGE and a PACKAGE BODY
564: -- named syn_name in the schema. In this case, we return
565: -- typ_exist_obj = 'PKG_S_AND_B'.
566: --