DBA Data[Home] [Help]

APPS.PQH_REI_BUS dependencies on PQH_REI_BUS

Line 1: Package Body pqh_rei_bus as

1: Package Body pqh_rei_bus as
2: /* $Header: pqreirhi.pkb 115.3 2002/12/03 20:42:51 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_rei_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 120: if ( nvl(pqh_rei_bus.g_role_extra_info_id, hr_api.g_number)

116: ,p_argument => 'role_extra_info_id'
117: ,p_argument_value => p_role_extra_info_id
118: );
119: --
120: if ( nvl(pqh_rei_bus.g_role_extra_info_id, hr_api.g_number)
121: = p_role_extra_info_id) then
122: --
123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global

Line 127: l_legislation_code := pqh_rei_bus.g_legislation_code;

123: -- The legislation code has already been found with a previous
124: -- call to this function. Just return the value in the global
125: -- variable.
126: --
127: l_legislation_code := pqh_rei_bus.g_legislation_code;
128: hr_utility.set_location(l_proc, 20);
129: else
130: --
131: -- The ID is different to the last call to this function

Line 151: pqh_rei_bus.g_role_extra_info_id := p_role_extra_info_id;

147: -- Set the global variables so the values are
148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: pqh_rei_bus.g_role_extra_info_id := p_role_extra_info_id;
152: pqh_rei_bus.g_legislation_code := l_legislation_code;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 40);
155: return l_legislation_code;

Line 152: pqh_rei_bus.g_legislation_code := l_legislation_code;

148: -- available for the next call to this function.
149: --
150: close csr_leg_code;
151: pqh_rei_bus.g_role_extra_info_id := p_role_extra_info_id;
152: pqh_rei_bus.g_legislation_code := l_legislation_code;
153: end if;
154: hr_utility.set_location(' Leaving:'|| l_proc, 40);
155: return l_legislation_code;
156: end return_legislation_code;

Line 868: pqh_rei_bus.chk_ddf(p_rec);

864: (p_information_type => p_rec.information_type
865: ,p_role_id => p_rec.role_id
866: );
867: --
868: pqh_rei_bus.chk_ddf(p_rec);
869: hr_utility.set_location('Entering:'||l_proc, 10);
870:
871:
872: pqh_rei_bus.chk_df(p_rec);

Line 872: pqh_rei_bus.chk_df(p_rec);

868: pqh_rei_bus.chk_ddf(p_rec);
869: hr_utility.set_location('Entering:'||l_proc, 10);
870:
871:
872: pqh_rei_bus.chk_df(p_rec);
873: hr_utility.set_location('Entering:'||l_proc, 15);
874:
875: End insert_validate;
876: --

Line 894: pqh_rei_bus.chk_ddf(p_rec);

890: (p_rec => p_rec
891: );
892: --
893: -- Call ddf procedure to validate Developer Descipptive Flexfields
894: pqh_rei_bus.chk_ddf(p_rec);
895: hr_utility.set_location('Entering:'||l_proc, 10);
896:
897: -- Call df procedure to validate Descipptive Flexfields
898: pqh_rei_bus.chk_df(p_rec);

Line 898: pqh_rei_bus.chk_df(p_rec);

894: pqh_rei_bus.chk_ddf(p_rec);
895: hr_utility.set_location('Entering:'||l_proc, 10);
896:
897: -- Call df procedure to validate Descipptive Flexfields
898: pqh_rei_bus.chk_df(p_rec);
899: --
900: hr_utility.set_location(' Leaving:'||l_proc, 15);
901: End update_validate;
902: --

Line 920: end pqh_rei_bus;

916: --
917: hr_utility.set_location(' Leaving:'||l_proc, 10);
918: End delete_validate;
919: --
920: end pqh_rei_bus;