DBA Data[Home] [Help]

APPS.PAY_NL_ABP_ARCHIVE dependencies on PQP_PENSION_FUNCTIONS

Line 2624: l_version_id := pqp_pension_functions.get_version_id(l_bg_id,l_end_date);

2620: -- ABP Employer details not found at this org level,traverse up the
2621: -- org hierarchy to find a value at the parent level
2622: hr_utility.trace('....No value found at HR org level,searching up the tree');
2623:
2624: l_version_id := pqp_pension_functions.get_version_id(l_bg_id,l_end_date);
2625: hr_utility.trace(' l_version_id '||l_version_id);
2626:
2627: IF l_version_id = -99 THEN
2628: abp_provider_found := 'No';

Line 4798: l_version_id := pqp_pension_functions.get_version_id(l_bg_id,l_end_date);

4794: -- Value not found at this org level,traverse up the
4795: -- org hierarchy to find a value at the parent level
4796: fnd_file.put_line(fnd_file.log,'....No value found at HR org level,searching up the tree');
4797:
4798: l_version_id := pqp_pension_functions.get_version_id(l_bg_id,l_end_date);
4799:
4800: fnd_file.put_line(fnd_file.log,' l_version_id '||l_version_id);
4801:
4802: IF l_version_id = -99 THEN