DBA Data[Home] [Help]

APPS.PER_UTILITY_FUNCTIONS dependencies on HR_ORGANIZATION_INFORMATION

Line 12: g_legcode_cache HR_ORGANIZATION_INFORMATION.org_information9%TYPE;

8:
9: g_element_entries global_id_table;
10: --
11: -- 3267975 >>
12: g_legcode_cache HR_ORGANIZATION_INFORMATION.org_information9%TYPE;
13: g_legcode_cached boolean := FALSE;
14: --
15: g_reset_pto_accruals varchar2(10) := 'FALSE';
16: g_reset_pto_cache boolean := false;

Line 1224: l_legcode HR_ORGANIZATION_INFORMATION.org_information9%TYPE;

1220: where organization_id = p_business_group_id;
1221: --
1222: l_proc varchar2(80) := g_package||'get_legislation';
1223: --
1224: l_legcode HR_ORGANIZATION_INFORMATION.org_information9%TYPE;
1225: --
1226: begin
1227: if NOT g_legcode_cached then
1228: open csr_getLegCode;

Line 1463: l_legislation_code HR_ORGANIZATION_INFORMATION.org_information9%TYPE;

1459: l_proration_change_type pay_interpreter_pkg.t_proration_type_table_type;
1460: l_proration_type pay_interpreter_pkg.t_proration_type_table_type;
1461:
1462: l_event_group_id pay_event_groups.event_group_id%TYPE;
1463: l_legislation_code HR_ORGANIZATION_INFORMATION.org_information9%TYPE;
1464:
1465: BEGIN
1466: hr_utility.set_location('Entering: '||l_proc, 5);
1467: