DBA Data[Home] [Help]

APPS.HRENTMNT dependencies on PAY_PEOPLE_GROUPS

Line 440: pay_people_groups ppg

436: asg.effective_end_date,
437: asg.people_group_id,
438: ppg.id_flex_num
439: from per_all_assignments_f asg,
440: pay_people_groups ppg
441: where asg.assignment_id = p_assignment_id
442: and asg.people_group_id is not null
443: and asg.assignment_type not in ('A' ,'O') -- non-applicant assignments only
444: and ppg.people_group_id = asg.people_group_id

Line 7579: -- The min value of the pay_people_groups_s sequence is 1, so setting

7575: -- maintained for applicants. Therefore, even if the old and new people
7576: -- group ids are the same, the ALUs won't have been built previously.
7577: -- In order to force a rebuild of the ALUs, the old and new people group
7578: -- ids must differ. We modify the old people group id to ensure this.
7579: -- The min value of the pay_people_groups_s sequence is 1, so setting
7580: -- p_old_people_group_id to 0 will guarantee the old and new people group
7581: -- ids will always differ.
7582: --
7583: hrentmnt.adjust_entries_asg_criteria