DBA Data[Home] [Help]

APPS.PQH_PSU_BUS dependencies on PQH_PSU_BUS

Line 1: Package Body pqh_psu_bus as

1: Package Body pqh_psu_bus as
2: /* $Header: pqpsurhi.pkb 120.0 2005/05/29 02:19 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_psu_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 125: if ( nvl(pqh_psu_bus.g_emp_stat_situation_id, hr_api.g_number)

121: ,p_argument => 'emp_stat_situation_id'
122: ,p_argument_value => p_emp_stat_situation_id
123: );
124: --
125: if ( nvl(pqh_psu_bus.g_emp_stat_situation_id, hr_api.g_number)
126: = p_emp_stat_situation_id) then
127: --
128: -- The legislation code has already been found with a previous
129: -- call to this function. Just return the value in the global

Line 132: l_legislation_code := pqh_psu_bus.g_legislation_code;

128: -- The legislation code has already been found with a previous
129: -- call to this function. Just return the value in the global
130: -- variable.
131: --
132: l_legislation_code := pqh_psu_bus.g_legislation_code;
133: hr_utility.set_location(l_proc, 20);
134: else
135: --
136: -- The ID is different to the last call to this function

Line 156: pqh_psu_bus.g_emp_stat_situation_id := p_emp_stat_situation_id;

152: -- Set the global variables so the values are
153: -- available for the next call to this function.
154: --
155: close csr_leg_code;
156: pqh_psu_bus.g_emp_stat_situation_id := p_emp_stat_situation_id;
157: pqh_psu_bus.g_legislation_code := l_legislation_code;
158: end if;
159: hr_utility.set_location(' Leaving:'|| l_proc, 40);
160: return l_legislation_code;

Line 157: pqh_psu_bus.g_legislation_code := l_legislation_code;

153: -- available for the next call to this function.
154: --
155: close csr_leg_code;
156: pqh_psu_bus.g_emp_stat_situation_id := p_emp_stat_situation_id;
157: pqh_psu_bus.g_legislation_code := l_legislation_code;
158: end if;
159: hr_utility.set_location(' Leaving:'|| l_proc, 40);
160: return l_legislation_code;
161: end return_legislation_code;

Line 1239: pqh_psu_bus.set_security_group_id(p_rec.statutory_situation_id);

1235: chk_dates(p_rec.person_id,p_rec.statutory_situation_id,
1236: p_rec.provisional_start_date,p_rec.provisional_end_date);
1237: chk_duration_date(p_rec);
1238: --
1239: pqh_psu_bus.set_security_group_id(p_rec.statutory_situation_id);
1240: --
1241: --Validate Dependent Attributes
1242: pqh_psu_bus.chk_df(p_rec);
1243: --

Line 1242: pqh_psu_bus.chk_df(p_rec);

1238: --
1239: pqh_psu_bus.set_security_group_id(p_rec.statutory_situation_id);
1240: --
1241: --Validate Dependent Attributes
1242: pqh_psu_bus.chk_df(p_rec);
1243: --
1244: hr_utility.set_location('Leaving:'||l_proc,10);
1245: --
1246: END insert_validate;

Line 1271: pqh_psu_bus.set_security_group_id(p_rec.statutory_situation_id);

1267: chk_dates(p_rec.person_id,p_rec.statutory_situation_id,
1268: p_rec.provisional_start_date,p_rec.provisional_end_date);
1269: chk_duration_date(p_rec);
1270: --
1271: pqh_psu_bus.set_security_group_id(p_rec.statutory_situation_id);
1272: --
1273: --Validate Dependent Attributes
1274: chk_non_updateable_args(p_effective_date => p_effective_date
1275: ,p_rec => p_rec);

Line 1277: pqh_psu_bus.chk_df(p_rec);

1273: --Validate Dependent Attributes
1274: chk_non_updateable_args(p_effective_date => p_effective_date
1275: ,p_rec => p_rec);
1276: --
1277: pqh_psu_bus.chk_df(p_rec);
1278: --
1279: hr_utility.set_location(' Leaving:'||l_proc, 10);
1280: --
1281: END update_validate;

Line 1300: end pqh_psu_bus;

1296: hr_utility.set_location(' Leaving:'||l_proc, 10);
1297: --
1298: END delete_validate;
1299: --
1300: end pqh_psu_bus;