DBA Data[Home] [Help]

APPS.PER_VAC_BUS dependencies on PAY_PEOPLE_GROUPS

Line 1568: from pay_people_groups

1564: l_date_to date;
1565: l_api_updating boolean;
1566: cursor csr_peoplegrp is
1567: select start_date_active,end_date_active
1568: from pay_people_groups
1569: where people_group_id = p_people_group_id;
1570: --
1571: Begin
1572: hr_utility.set_location('Entering:'||l_proc,10);