DBA Data[Home] [Help]

APPS.PER_GDT_BUS dependencies on PER_GDT_BUS

Line 1: Package Body per_gdt_bus as

1: Package Body per_gdt_bus as
2: /* $Header: pegdtrhi.pkb 115.3 2003/12/30 05:12:58 vanantha noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' per_gdt_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_gdt_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 79: if (( nvl(per_gdt_bus.g_grade_id, hr_api.g_number)

75: ,p_argument_value => p_grade_id
76: );
77: --
78: --
79: if (( nvl(per_gdt_bus.g_grade_id, hr_api.g_number)
80: = p_grade_id)
81: and ( nvl(per_gdt_bus.g_language, hr_api.g_varchar2)
82: = p_language)) then
83: --

Line 81: and ( nvl(per_gdt_bus.g_language, hr_api.g_varchar2)

77: --
78: --
79: if (( nvl(per_gdt_bus.g_grade_id, hr_api.g_number)
80: = p_grade_id)
81: and ( nvl(per_gdt_bus.g_language, hr_api.g_varchar2)
82: = p_language)) then
83: --
84: -- The legislation code has already been found with a previous
85: -- call to this function. Just return the value in the global

Line 88: l_legislation_code := per_gdt_bus.g_legislation_code;

84: -- The legislation code has already been found with a previous
85: -- call to this function. Just return the value in the global
86: -- variable.
87: --
88: l_legislation_code := per_gdt_bus.g_legislation_code;
89: hr_utility.set_location(l_proc, 20);
90: else
91: --
92: -- The ID is different to the last call to this function

Line 112: per_gdt_bus.g_grade_id := p_grade_id;

108: -- Set the global variables so the values are
109: -- available for the next call to this function.
110: --
111: close csr_leg_code;
112: per_gdt_bus.g_grade_id := p_grade_id;
113: per_gdt_bus.g_language := p_language;
114: per_gdt_bus.g_legislation_code := l_legislation_code;
115: end if;
116: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 113: per_gdt_bus.g_language := p_language;

109: -- available for the next call to this function.
110: --
111: close csr_leg_code;
112: per_gdt_bus.g_grade_id := p_grade_id;
113: per_gdt_bus.g_language := p_language;
114: per_gdt_bus.g_legislation_code := l_legislation_code;
115: end if;
116: hr_utility.set_location(' Leaving:'|| l_proc, 40);
117: return l_legislation_code;

Line 114: per_gdt_bus.g_legislation_code := l_legislation_code;

110: --
111: close csr_leg_code;
112: per_gdt_bus.g_grade_id := p_grade_id;
113: per_gdt_bus.g_language := p_language;
114: per_gdt_bus.g_legislation_code := l_legislation_code;
115: end if;
116: hr_utility.set_location(' Leaving:'|| l_proc, 40);
117: return l_legislation_code;
118: end return_legislation_code;

Line 239: end per_gdt_bus;

235: --
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End delete_validate;
238: --
239: end per_gdt_bus;