DBA Data[Home] [Help]

APPS.PAY_US_RETRO_UPGRADE dependencies on PER_BUSINESS_GROUPS

Line 163: from per_business_groups

159: where element_type_id = cp_element_type_id;
160:
161: cursor c_legislation_code(cp_business_group_id in number) is
162: select legislation_code
163: from per_business_groups
164: where business_group_id = cp_business_group_id;
165:
166: cursor c_element_set(cp_element_type_id in number
167: ,cp_classification_id in number

Line 311: from per_business_groups

307: order by pet.effective_start_date desc;
308:
309: cursor c_legislation_code(cp_business_group_id in number) is
310: select legislation_code
311: from per_business_groups
312: where business_group_id = cp_business_group_id;
313:
314: cursor c_element_set(cp_element_type_id in number
315: ,cp_classification_id in number