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 1128: l_legcode HR_ORGANIZATION_INFORMATION.org_information9%TYPE;

1124: where organization_id = p_business_group_id;
1125: --
1126: l_proc varchar2(80) := g_package||'get_legislation';
1127: --
1128: l_legcode HR_ORGANIZATION_INFORMATION.org_information9%TYPE;
1129: --
1130: begin
1131: if NOT g_legcode_cached then
1132: open csr_getLegCode;

Line 1367: l_legislation_code HR_ORGANIZATION_INFORMATION.org_information9%TYPE;

1363: l_proration_change_type pay_interpreter_pkg.t_proration_type_table_type;
1364: l_proration_type pay_interpreter_pkg.t_proration_type_table_type;
1365:
1366: l_event_group_id pay_event_groups.event_group_id%TYPE;
1367: l_legislation_code HR_ORGANIZATION_INFORMATION.org_information9%TYPE;
1368:
1369: BEGIN
1370: hr_utility.set_location('Entering: '||l_proc, 5);
1371: