DBA Data[Home] [Help]

APPS.PQH_RLS_BUS dependencies on PQH_RLS_BUS

Line 1: Package Body pqh_rls_bus as

1: Package Body pqh_rls_bus as
2: /* $Header: pqrlsrhi.pkb 120.0.12020000.2 2013/04/12 18:48:44 pathota ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_rls_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 162: if ( nvl(pqh_rls_bus.g_role_id,hr_api.g_number)

158: ,p_argument => 'role_id'
159: ,p_argument_value => p_role_id
160: );
161: --
162: if ( nvl(pqh_rls_bus.g_role_id,hr_api.g_number)
163: = p_role_id) then
164: --
165: -- The legislation code has already been found with a previous
166: -- call to this function. Just return the value in the global

Line 169: l_legislation_code := pqh_rls_bus.g_legislation_code;

165: -- The legislation code has already been found with a previous
166: -- call to this function. Just return the value in the global
167: -- variable.
168: --
169: l_legislation_code := pqh_rls_bus.g_legislation_code;
170: hr_utility.set_location(l_proc,20);
171: else
172: --
173: -- The ID is different to the last call to this function

Line 193: pqh_rls_bus.g_role_id := p_role_id;

189: -- Set the global variables so the values are
190: -- available for the next call to this function.
191: --
192: close csr_leg_code;
193: pqh_rls_bus.g_role_id := p_role_id;
194: pqh_rls_bus.g_legislation_code := l_legislation_code;
195: end if;
196: hr_utility.set_location(' Leaving:'|| l_proc,40);
197: return l_legislation_code;

Line 194: pqh_rls_bus.g_legislation_code := l_legislation_code;

190: -- available for the next call to this function.
191: --
192: close csr_leg_code;
193: pqh_rls_bus.g_role_id := p_role_id;
194: pqh_rls_bus.g_legislation_code := l_legislation_code;
195: end if;
196: hr_utility.set_location(' Leaving:'|| l_proc,40);
197: return l_legislation_code;
198: end return_legislation_code;

Line 1009: pqh_rls_bus.chk_ddf(p_rec => p_rec);

1005: -- mvankada
1006: -- Developer Descriptive Flex Check
1007: -- ================================
1008: --
1009: pqh_rls_bus.chk_ddf(p_rec => p_rec);
1010: --
1011: check_sshr_edit_roles (
1012: p_role_type_cd => p_rec.role_type_cd,
1013: p_business_group_id => p_rec.business_group_id,

Line 1072: pqh_rls_bus.chk_ddf(p_rec => p_rec);

1068:
1069: -- Developer Descriptive Flex Check
1070: -- ================================
1071: --
1072: pqh_rls_bus.chk_ddf(p_rec => p_rec);
1073: --
1074: check_sshr_edit_roles (
1075: p_role_type_cd => p_rec.role_type_cd,
1076: p_business_group_id => p_rec.business_group_id,

Line 1110: end pqh_rls_bus;

1106: --
1107: hr_utility.set_location(' Leaving:'||l_proc,10);
1108: End delete_validate;
1109: --
1110: end pqh_rls_bus;