DBA Data[Home] [Help]

APPS.HR_LEAVING_REASON_MIG dependencies on FND_LOOKUP_VALUES

Line 81: hr_utility.set_location('Updating lookup table : FND_LOOKUP_VALUES', 60);

77: End loop;
78: --
79: hr_utility.set_location('Total records: '||l_total_records||' records.', 50);
80: --
81: hr_utility.set_location('Updating lookup table : FND_LOOKUP_VALUES', 60);
82:
83: Update fnd_lookup_values
84: set end_date_active = l_effective_date, enabled_flag = 'N'
85: where lookup_type = 'LEAV_REAS'

Line 83: Update fnd_lookup_values

79: hr_utility.set_location('Total records: '||l_total_records||' records.', 50);
80: --
81: hr_utility.set_location('Updating lookup table : FND_LOOKUP_VALUES', 60);
82:
83: Update fnd_lookup_values
84: set end_date_active = l_effective_date, enabled_flag = 'N'
85: where lookup_type = 'LEAV_REAS'
86: and lookup_code = p_existing_leaving_reason;
87: --

Line 88: hr_utility.set_location('Updated lookup table : FND_LOOKUP_VALUES', 60);

84: set end_date_active = l_effective_date, enabled_flag = 'N'
85: where lookup_type = 'LEAV_REAS'
86: and lookup_code = p_existing_leaving_reason;
87: --
88: hr_utility.set_location('Updated lookup table : FND_LOOKUP_VALUES', 60);
89: --
90: -- the following is a migration of the ZA_TERMINATION_CATEGORIES
91: --
92: if hr_general2.is_legislation_install('PER','ZA') then