DBA Data[Home] [Help]

APPS.PER_POSITION_MAPPING dependencies on PER_SHARED_TYPES_VL

Line 133: from per_shared_types_vl

129: ,p_business_group_id number )
130: return number is
131: cursor csr_lookup is
132: select shared_type_id
133: from per_shared_types_vl
134: where shared_type_name = p_shared_type_name
135: and lookup_type = 'POSITION_AVAILABILITY_STATUS'
136: and system_type_cd = p_system_type_cd
137: and nvl(business_group_id,p_business_group_id) = p_business_group_id;