DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_FUNCTIONS dependencies on PQP_NL_ABP_FUNCTIONS

Line 1314: l_effective_date := pqp_nl_abp_functions.get_valid_start_date

1310: CLOSE c_hire_dt_cur;
1311: hr_utility.set_location('Hire date is : '||l_hire_date,40);
1312: -- The effective date is now the valid assignemnt
1313: --start date for the assignment
1314: l_effective_date := pqp_nl_abp_functions.get_valid_start_date
1315: (p_assignment_id,
1316: p_date_earned,
1317: l_error_status,
1318: l_error_message);