DBA Data[Home] [Help]

APPS.PAY_IP_EMPLOYEE_BALANCES dependencies on PAYVWELE

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

946: END IF; -- END IF clause for p_balance_level='PER'
947: hr_utility.set_location(l_package||l_function, 100);
948:
949: /* find the actual termination of final process date for the assignment*/
950: l_date := payvwele.get_fpd_or_atd(p_assignment_id => l_temp_assignment_id,
951: p_session_date => p_session_date);
952: IF l_date IS NOT NULL THEN
953: IF p_session_date < l_date THEN
954: l_last_process_date := p_session_date;

Line 1461: l_action_date := payvwele.get_action_date(p_assignment_action_id);

1457: hr_utility.trace('p_asg_acc_itd: '||to_char(p_asg_acc_itd));
1458: hr_utility.trace('p_business_group_id: '||to_char(p_business_group_id));
1459: hr_utility.trace('p_balance_level: '||to_char(p_balance_level));
1460:
1461: l_action_date := payvwele.get_action_date(p_assignment_action_id);
1462:
1463: SELECT MIN(ptp.start_date) first_period_start_date
1464: INTO l_pay_start_date
1465: FROM per_assignments_f paf,