DBA Data[Home] [Help]

APPS.PQP_GB_PSI_STH_HISTORY dependencies on HR_GBBAL

Line 684: l_adjusted_hours := hr_gbbal.calc_asg_proc_ptd_date

680: OPEN csr_ele_entry_dates;
681: FETCH csr_ele_entry_dates INTO l_start_date, l_end_date;
682: CLOSE csr_ele_entry_dates;
683:
684: l_adjusted_hours := hr_gbbal.calc_asg_proc_ptd_date
685: (p_assignment_id => g_assignment_id
686: ,p_balance_type_id => g_adj_hrs_bal_type
687: ,p_effective_date => l_end_date
688: );