DBA Data[Home] [Help]

APPS.PAY_NAF_SHD dependencies on HR_UTILITY

Line 51: hr_utility.set_location ('Entering:'

47: l_rec g_rec_type;
48: l_proc varchar2(72) DEFAULT g_package
49: || 'convert_args';
50: BEGIN
51: hr_utility.set_location ('Entering:'
52: || l_proc
53: ,5);
54:
55: l_rec.transfer_id := p_transfer_id;

Line 131: hr_utility.set_location (' Leaving:'

127: l_rec.tfr_information19 := p_tfr_information19;
128:
129: l_rec.tfr_information20 := p_tfr_information20;
130:
131: hr_utility.set_location (' Leaving:'
132: || l_proc
133: ,10);
134:
135: RETURN (l_rec);

Line 187: hr_utility.set_location ('Entering:'

183: l_proc varchar2(72) DEFAULT g_package
184: || 'api_updating';
185: l_fct_ret boolean;
186: BEGIN
187: hr_utility.set_location ('Entering:'
188: || l_proc
189: ,5);
190:
191: IF (p_transfer_id IS NULL

Line 197: hr_utility.set_location (l_proc

193: l_fct_ret := FALSE;
194: ELSE
195: IF (p_transfer_id = g_old_rec.transfer_id
196: AND p_object_version_number = g_old_rec.object_version_number) THEN
197: hr_utility.set_location (l_proc
198: ,10);
199:
200: l_fct_ret := TRUE;
201: ELSE

Line 226: hr_utility.set_location (l_proc

222:
223: fnd_message.raise_error;
224: END IF;
225:
226: hr_utility.set_location (l_proc
227: ,15);
228:
229: l_fct_ret := TRUE;
230: END IF;

Line 233: hr_utility.set_location (' Leaving:'

229: l_fct_ret := TRUE;
230: END IF;
231: END IF;
232:
233: hr_utility.set_location (' Leaving:'
234: || l_proc
235: ,20);
236:
237: RETURN (l_fct_ret);

Line 289: hr_utility.set_location ('Entering:'

285: FOR UPDATE NOWAIT;
286: l_proc varchar2(72) DEFAULT g_package
287: || 'lck';
288: BEGIN
289: hr_utility.set_location ('Entering:'
290: || l_proc
291: ,5);
292:
293: hr_utility.set_location ('transfer_id:'

Line 293: hr_utility.set_location ('transfer_id:'

289: hr_utility.set_location ('Entering:'
290: || l_proc
291: ,5);
292:
293: hr_utility.set_location ('transfer_id:'
294: || p_transfer_id
295: ,5);
296:
297: OPEN c_sel1;

Line 320: hr_utility.set_location (' Leaving:'

316:
317: fnd_message.raise_error;
318: END IF;
319:
320: hr_utility.set_location (' Leaving:'
321: || l_proc
322: ,10);
323: EXCEPTION
324: WHEN hr_api.object_locked THEN