DBA Data[Home] [Help]

APPS.PA_COST_RATE_PUB dependencies on PA_PAY_UTIL

Line 466: pa_pay_util.get_hr_rate(p_person_id => p_person_id,

462: where person_id = p_person_id
463: and p_txn_date between effective_start_date and nvl(effective_end_date, p_txn_date)
464: and primary_flag = 'Y';
465:
466: pa_pay_util.get_hr_rate(p_person_id => p_person_id,
467: p_assignment_id => l_assignment_id,
468: p_ei_date => p_txn_date,
469: p_ei_id => NULL,
470: p_rbc_elem_type_id => l_rbc_elem_type_id,