DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_FUNCTIONS dependencies on PQP_NL_ABP_FUNCTIONS

Line 1468: l_effective_date := pqp_nl_abp_functions.get_valid_start_date

1464: CLOSE c_hire_dt_cur;
1465: hr_utility.set_location('Hire date is : '||l_hire_date,40);
1466: -- The effective date is now the valid assignemnt
1467: --start date for the assignment
1468: l_effective_date := pqp_nl_abp_functions.get_valid_start_date
1469: (p_assignment_id,
1470: p_date_earned,
1471: l_error_status,
1472: l_error_message);