DBA Data[Home] [Help]

APPS.PER_QAT_BUS dependencies on PER_QAT_BUS

Line 1: Package Body per_qat_bus as

1: Package Body per_qat_bus as
2: /* $Header: peqatrhi.pkb 120.0.12010000.2 2008/11/20 12:27:31 kgowripe ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_qat_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 88: if (( nvl(per_qat_bus.g_qualification_id, hr_api.g_number)

84: ,p_argument_value => p_qualification_id
85: );
86: --
87: --
88: if (( nvl(per_qat_bus.g_qualification_id, hr_api.g_number)
89: = p_qualification_id)
90: and ( nvl(per_qat_bus.g_language, hr_api.g_varchar2)
91: = p_language)) then
92: --

Line 90: and ( nvl(per_qat_bus.g_language, hr_api.g_varchar2)

86: --
87: --
88: if (( nvl(per_qat_bus.g_qualification_id, hr_api.g_number)
89: = p_qualification_id)
90: and ( nvl(per_qat_bus.g_language, hr_api.g_varchar2)
91: = p_language)) then
92: --
93: -- The legislation code has already been found with a previous
94: -- call to this function. Just return the value in the global

Line 97: l_legislation_code := per_qat_bus.g_legislation_code;

93: -- The legislation code has already been found with a previous
94: -- call to this function. Just return the value in the global
95: -- variable.
96: --
97: l_legislation_code := per_qat_bus.g_legislation_code;
98: hr_utility.set_location(l_proc, 20);
99: else
100: --
101: -- The ID is different to the last call to this function

Line 121: per_qat_bus.g_qualification_id := p_qualification_id;

117: -- Set the global variables so the values are
118: -- available for the next call to this function.
119: --
120: close csr_leg_code;
121: per_qat_bus.g_qualification_id := p_qualification_id;
122: per_qat_bus.g_language := p_language;
123: per_qat_bus.g_legislation_code := l_legislation_code;
124: end if;
125: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 122: per_qat_bus.g_language := p_language;

118: -- available for the next call to this function.
119: --
120: close csr_leg_code;
121: per_qat_bus.g_qualification_id := p_qualification_id;
122: per_qat_bus.g_language := p_language;
123: per_qat_bus.g_legislation_code := l_legislation_code;
124: end if;
125: hr_utility.set_location(' Leaving:'|| l_proc, 40);
126: return l_legislation_code;

Line 123: per_qat_bus.g_legislation_code := l_legislation_code;

119: --
120: close csr_leg_code;
121: per_qat_bus.g_qualification_id := p_qualification_id;
122: per_qat_bus.g_language := p_language;
123: per_qat_bus.g_legislation_code := l_legislation_code;
124: end if;
125: hr_utility.set_location(' Leaving:'|| l_proc, 40);
126: return l_legislation_code;
127: end return_legislation_code;

Line 526: end per_qat_bus;

522: hr_utility.set_location('Leaving:'||l_proc,10);
523: --
524: End validate_translation;
525: --
526: end per_qat_bus;