DBA Data[Home] [Help]

APPS.PAY_IN_PAYSLIP_ARCHIVE dependencies on HR_UTILITY

Line 64: g_debug := hr_utility.debug_enabled;

60: BEGIN
61: --
62:
63: l_procedure := g_package || 'range_code';
64: g_debug := hr_utility.debug_enabled;
65: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
66:
67: --------------------------------------------------------------------------------+
68: -- Call to range_code from common apac package 'pay_apac_payslip_archive'

Line 185: g_debug := hr_utility.debug_enabled;

181: BEGIN
182: --
183: l_procedure := g_package || 'initialization_code';
184:
185: g_debug := hr_utility.debug_enabled;
186: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
187:
188: --------------------------------------------------------------------------
189: -- Code to update the payroll_id in the pay_payroll_actions tabel.

Line 396: g_debug := hr_utility.debug_enabled;

392: --
393:
394: l_procedure := g_package || 'assignment_action_code';
395:
396: g_debug := hr_utility.debug_enabled;
397:
398: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
399:
400: get_parameters( p_payroll_action_id => p_payroll_action_id

Line 1067: hr_utility.set_location('Leaving ' || l_procedure,30);

1063: ,p_action_information3 => NULL
1064: ,p_action_information4 => fnd_number.number_to_canonical(p_value_ytd)
1065: );
1066:
1067: hr_utility.set_location('Leaving ' || l_procedure,30);
1068: --
1069: EXCEPTION
1070: WHEN OTHERS THEN
1071: l_message := pay_in_utils.get_pay_message('PER_IN_ORACLE_GENERIC_ERROR', 'FUNCTION:'||l_procedure, 'SQLERRMC:'||sqlerrm);

Line 2206: g_debug := hr_utility.debug_enabled;

2202:
2203: BEGIN
2204:
2205:
2206: g_debug := hr_utility.debug_enabled;
2207: l_procedure := g_package ||'archive_form_data';
2208: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
2209:
2210: IF g_debug THEN

Line 2873: g_debug := hr_utility.debug_enabled;

2869: l_procedure VARCHAR2(100);
2870:
2871: BEGIN
2872:
2873: g_debug := hr_utility.debug_enabled;
2874: l_procedure := g_package ||'archive_esi_data';
2875: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
2876:
2877:

Line 3778: hr_utility.set_location('PT-III Source Id: '||l_source_id, 12);

3774: FOR c_rec IN c_pt_org_id(p_assignment_action_id
3775: ,l_jur_code)
3776: LOOP
3777: l_source_id := c_rec.source_id;
3778: hr_utility.set_location('PT-III Source Id: '||l_source_id, 12);
3779: l_pt_org_name := c_rec.name;
3780: hr_utility.set_location('PT-III Org Name: '||l_pt_org_name, 12);
3781: END LOOP;
3782: */

Line 3780: hr_utility.set_location('PT-III Org Name: '||l_pt_org_name, 12);

3776: LOOP
3777: l_source_id := c_rec.source_id;
3778: hr_utility.set_location('PT-III Source Id: '||l_source_id, 12);
3779: l_pt_org_name := c_rec.name;
3780: hr_utility.set_location('PT-III Org Name: '||l_pt_org_name, 12);
3781: END LOOP;
3782: */
3783: -- Added as a part of bug fix 4774108.
3784: OPEN c_pt_org_id(p_assignment_action_id,l_jur_code);

Line 4421: g_debug := hr_utility.debug_enabled;

4417:
4418: --
4419: BEGIN
4420: --
4421: g_debug := hr_utility.debug_enabled;
4422: l_procedure := g_package || '.archive_code';
4423: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
4424:
4425: pay_in_utils.set_location(g_debug,l_procedure, 20);