DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on PER_SHARED_TYPES_TL

Line 2748: , per_shared_types_tl psttl

2744: ) return number is
2745: cursor csr_lookup is
2746: select pst.shared_type_id
2747: from per_shared_types pst
2748: , per_shared_types_tl psttl
2749: where psttl.shared_type_name = p_shared_type_name
2750: and psttl.language = p_language_code
2751: and pst.shared_type_id = psttl.shared_type_id
2752: and pst.lookup_type = 'POSITION_AVAILABILITY_STATUS'