DBA Data[Home] [Help]

APPS.PQH_CRL_BUS dependencies on PQH_CRL_BUS

Line 1: Package Body pqh_crl_bus as

1: Package Body pqh_crl_bus as
2: /* $Header: pqcrlrhi.pkb 120.2 2005/12/07 13:23 srajakum noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_crl_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 135: if (( nvl(pqh_crl_bus.g_criteria_rate_defn_id, hr_api.g_number)

131: ,p_argument_value => p_criteria_rate_defn_id
132: );
133: --
134: --
135: if (( nvl(pqh_crl_bus.g_criteria_rate_defn_id, hr_api.g_number)
136: = p_criteria_rate_defn_id)
137: and ( nvl(pqh_crl_bus.g_language, hr_api.g_varchar2)
138: = p_language)) then
139: --

Line 137: and ( nvl(pqh_crl_bus.g_language, hr_api.g_varchar2)

133: --
134: --
135: if (( nvl(pqh_crl_bus.g_criteria_rate_defn_id, hr_api.g_number)
136: = p_criteria_rate_defn_id)
137: and ( nvl(pqh_crl_bus.g_language, hr_api.g_varchar2)
138: = p_language)) then
139: --
140: -- The legislation code has already been found with a previous
141: -- call to this function. Just return the value in the global

Line 144: l_legislation_code := pqh_crl_bus.g_legislation_code;

140: -- The legislation code has already been found with a previous
141: -- call to this function. Just return the value in the global
142: -- variable.
143: --
144: l_legislation_code := pqh_crl_bus.g_legislation_code;
145: hr_utility.set_location(l_proc, 20);
146: else
147: --
148: -- The ID is different to the last call to this function

Line 168: pqh_crl_bus.g_criteria_rate_defn_id := p_criteria_rate_defn_id;

164: -- Set the global variables so the values are
165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: pqh_crl_bus.g_criteria_rate_defn_id := p_criteria_rate_defn_id;
169: pqh_crl_bus.g_language := p_language;
170: pqh_crl_bus.g_legislation_code := l_legislation_code;
171: end if;
172: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 169: pqh_crl_bus.g_language := p_language;

165: -- available for the next call to this function.
166: --
167: close csr_leg_code;
168: pqh_crl_bus.g_criteria_rate_defn_id := p_criteria_rate_defn_id;
169: pqh_crl_bus.g_language := p_language;
170: pqh_crl_bus.g_legislation_code := l_legislation_code;
171: end if;
172: hr_utility.set_location(' Leaving:'|| l_proc, 40);
173: return l_legislation_code;

Line 170: pqh_crl_bus.g_legislation_code := l_legislation_code;

166: --
167: close csr_leg_code;
168: pqh_crl_bus.g_criteria_rate_defn_id := p_criteria_rate_defn_id;
169: pqh_crl_bus.g_language := p_language;
170: pqh_crl_bus.g_legislation_code := l_legislation_code;
171: end if;
172: hr_utility.set_location(' Leaving:'|| l_proc, 40);
173: return l_legislation_code;
174: end return_legislation_code;

Line 310: end pqh_crl_bus;

306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 10);
308: End delete_validate;
309: --
310: end pqh_crl_bus;