DBA Data[Home] [Help]

APPS.PER_PGH_BUS dependencies on PER_SHARED_TYPES

Line 855: FROM per_shared_types

851: IS
852: --
853: CURSOR csr_duplicate_name_flag IS
854: SELECT nvl(Information3, 'Y')
855: FROM per_shared_types
856: WHERE lookup_type = 'HIERARCHY_TYPE'
857: AND system_type_cd = p_type
858: AND system_type_cd = shared_type_code;
859: --