DBA Data[Home] [Help]

APPS.PAY_US_EMPLOYEE_BALANCES dependencies on PAYVWELE

Line 732: l_date := payvwele.get_fpd_or_atd(p_assignment_id => l_temp_assignment_id,

728: END IF; -- Person/asg level balances
729:
730: hr_utility.set_location(l_package||l_function, 100);
731:
732: l_date := payvwele.get_fpd_or_atd(p_assignment_id => l_temp_assignment_id,
733: p_session_date => p_session_date);
734: -- Bugfix 3300433 start
735:
736: IF l_date IS NOT NULL THEN

Line 978: l_date := payvwele.get_fpd_or_atd(p_assignment_id => l_temp_assignment_id,

974: END IF; -- Person/asg level balances
975:
976: hr_utility.set_location(l_package||l_procedure, 100);
977:
978: l_date := payvwele.get_fpd_or_atd(p_assignment_id => l_temp_assignment_id,
979: p_session_date => p_session_date);
980: -- Bugfix 3300433 start
981:
982: IF l_date IS NOT NULL THEN