DBA Data[Home] [Help]

APPS.PAY_IE_BIK_CHECK dependencies on HR_UTILITY

Line 116: hr_utility.set_location('Entering:'||l_proc, 1);

112: l_assignment_id pqp_vehicle_allocations_f.assignment_id%TYPE;
113: --
114: Begin
115: l_proc := 'PAY_IE_BIK_CHECK.CHECK_BIK_ENTRY';
116: hr_utility.set_location('Entering:'||l_proc, 1);
117: --
118: -- Added for GSI Bug 5472781
119: --
120: IF hr_utility.chk_product_install('Oracle Human Resources', 'IE') THEN

Line 120: IF hr_utility.chk_product_install('Oracle Human Resources', 'IE') THEN

116: hr_utility.set_location('Entering:'||l_proc, 1);
117: --
118: -- Added for GSI Bug 5472781
119: --
120: IF hr_utility.chk_product_install('Oracle Human Resources', 'IE') THEN
121: --
122: --Checking the vehicle availability before delete or purge.
123: IF p_datetrack_mode = 'ZAP' THEN
124: --This is for purge

Line 129: hr_utility.set_location('Purge delete status:'||l_return_status,2);

125: l_return_status := purge_veh_alloc
126: (p_assignment_id => p_assignment_id_o
127: ,p_effective_date =>p_effective_date
128: ,p_vehicle_allocation_id => p_vehicle_allocation_id);
129: hr_utility.set_location('Purge delete status:'||l_return_status,2);
130: IF l_return_status = -1 THEN
131: fnd_message.set_name('PQP', 'PQP_230724_DEL_ALLOC_RESTRICT');
132: fnd_message.raise_error;
133: END IF;

Line 140: hr_utility.set_location('End date delete status :'||l_return_status,3);

136: --This is for enddate
137: l_return_status := enddate_veh_alloc
138: ( p_assignment_id => p_assignment_id_o
139: ,p_effective_date =>p_effective_date);
140: hr_utility.set_location('End date delete status :'||l_return_status,3);
141: IF l_return_status = -1 THEN
142: fnd_message.set_name('PQP', 'PQP_230700_CANCEL_INFO');
143: fnd_message.raise_error;
144: END IF;*/

Line 147: hr_utility.set_location(' Leaving:'||l_proc,4);

143: fnd_message.raise_error;
144: END IF;*/
145: END IF;
146: END IF;
147: hr_utility.set_location(' Leaving:'||l_proc,4);
148: Exception
149: when app_exception.application_exception then
150: IF hr_multi_message.exception_add
151: (