DBA Data[Home] [Help]

APPS.PAY_PAY_SHD dependencies on HR_UTILITY

Line 285: hr_utility.set_location('Entering:'||l_proc, 5);

281: --
282: l_proc varchar2(72) := g_package||'find_dt_upd_modes';
283: --
284: Begin
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --
287: -- Call the corresponding datetrack api
288: --
289: dt_api.find_dt_upd_modes

Line 300: hr_utility.set_location(' Leaving:'||l_proc, 10);

296: ,p_update_override => p_update_override
297: ,p_update_change_insert => p_update_change_insert
298: );
299: --
300: hr_utility.set_location(' Leaving:'||l_proc, 10);
301: End find_dt_upd_modes;
302: --
303: -- ----------------------------------------------------------------------------
304: -- |---------------------------< find_dt_del_modes >--------------------------|

Line 328: hr_utility.set_location('Entering:'||l_proc, 5);

324: between t.effective_start_date and t.effective_end_date;
325: --
326: Begin
327: --
328: hr_utility.set_location('Entering:'||l_proc, 5);
329: Open C_sel1;
330: Fetch C_Sel1 Into
331: l_parent_key_value1;
332:

Line 362: hr_utility.set_location(' Leaving:'||l_proc, 10);

358: ,p_future_change => p_future_change
359: ,p_delete_next_change => p_delete_next_change
360: );
361: --
362: hr_utility.set_location(' Leaving:'||l_proc, 10);
363: --
364: End find_dt_del_modes;
365: --
366: -- ----------------------------------------------------------------------------

Line 384: hr_utility.set_location('Entering:'||l_proc, 5);

380: l_status_of_dml boolean;
381: --
382: Begin
383: --
384: hr_utility.set_location('Entering:'||l_proc, 5);
385: --
386: -- Because we are updating a row we must get the next object
387: -- version number.
388: --

Line 396: hr_utility.set_location(l_proc, 10);

392: ,p_base_key_column => 'payroll_id'
393: ,p_base_key_value => p_base_key_value
394: );
395: --
396: hr_utility.set_location(l_proc, 10);
397: pay_pay_shd.g_api_dml := true; -- Set the api dml status
398: --
399: -- Update the specified datetrack row setting the effective
400: -- end date to the specified new effective end date.

Line 414: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

410: pay_pay_shd.g_api_dml := false; -- Unset the api dml status
411:
412: if (l_status_of_dml) then
413: --
414: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
415: hr_utility.set_message_token('PROCEDURE',
416: 'pay_payrolls_f_pkg.update_row');
417: hr_utility.set_message_token('STEP','1');
418: hr_utility.raise_error;

Line 415: hr_utility.set_message_token('PROCEDURE',

411:
412: if (l_status_of_dml) then
413: --
414: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
415: hr_utility.set_message_token('PROCEDURE',
416: 'pay_payrolls_f_pkg.update_row');
417: hr_utility.set_message_token('STEP','1');
418: hr_utility.raise_error;
419: --

Line 417: hr_utility.set_message_token('STEP','1');

413: --
414: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
415: hr_utility.set_message_token('PROCEDURE',
416: 'pay_payrolls_f_pkg.update_row');
417: hr_utility.set_message_token('STEP','1');
418: hr_utility.raise_error;
419: --
420: End if;
421:

Line 418: hr_utility.raise_error;

414: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
415: hr_utility.set_message_token('PROCEDURE',
416: 'pay_payrolls_f_pkg.update_row');
417: hr_utility.set_message_token('STEP','1');
418: hr_utility.raise_error;
419: --
420: End if;
421:
422: p_object_version_number := l_object_version_number;

Line 423: hr_utility.set_location(' Leaving:'||l_proc, 15);

419: --
420: End if;
421:
422: p_object_version_number := l_object_version_number;
423: hr_utility.set_location(' Leaving:'||l_proc, 15);
424: --
425: Exception
426: When Others Then
427: pay_pay_shd.g_api_dml := false; -- Unset the api dml status

Line 550: hr_utility.set_location('Entering:'||l_proc, 5);

546: from hr_comments hc
547: where hc.comment_id = pay_pay_shd.g_old_rec.comment_id;
548: --
549: Begin
550: hr_utility.set_location('Entering:'||l_proc, 5);
551: --
552: -- Ensure that all the mandatory arguments are not null
553: --
554: hr_api.mandatory_arg_error(p_api_name => l_proc

Line 685: hr_utility.set_location(' Leaving:'||l_proc, 30);

681: --
682: p_validation_start_date := l_validation_start_date;
683: p_validation_end_date := l_validation_end_date;
684:
685: hr_utility.set_location(' Leaving:'||l_proc, 30);
686: --
687: -- We need to trap the ORA LOCK exception
688: --
689: Exception