DBA Data[Home] [Help]

APPS.PQH_CPD_BUS dependencies on PQH_CPD_BUS

Line 1: Package Body pqh_cpd_bus as

1: Package Body pqh_cpd_bus as
2: /* $Header: pqcpdrhi.pkb 120.0 2005/05/29 01:44:39 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_cpd_bus.'; -- Global package name
9: g_debug boolean := hr_utility.debug_enabled;
10: --
11: -- The following two global variables are only to be
12: -- used by the return_legislation_code function.

Line 131: if ( nvl(pqh_cpd_bus.g_corps_definition_id, hr_api.g_number)

127: ,p_argument => 'corps_definition_id'
128: ,p_argument_value => p_corps_definition_id
129: );
130: --
131: if ( nvl(pqh_cpd_bus.g_corps_definition_id, hr_api.g_number)
132: = p_corps_definition_id) then
133: --
134: -- The legislation code has already been found with a previous
135: -- call to this function. Just return the value in the global

Line 138: l_legislation_code := pqh_cpd_bus.g_legislation_code;

134: -- The legislation code has already been found with a previous
135: -- call to this function. Just return the value in the global
136: -- variable.
137: --
138: l_legislation_code := pqh_cpd_bus.g_legislation_code;
139: if g_debug then
140: hr_utility.set_location(l_proc, 20);
141: end if;
142: else

Line 166: pqh_cpd_bus.g_corps_definition_id := p_corps_definition_id;

162: -- Set the global variables so the values are
163: -- available for the next call to this function.
164: --
165: close csr_leg_code;
166: pqh_cpd_bus.g_corps_definition_id := p_corps_definition_id;
167: pqh_cpd_bus.g_legislation_code := l_legislation_code;
168: end if;
169: if g_debug then
170: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 167: pqh_cpd_bus.g_legislation_code := l_legislation_code;

163: -- available for the next call to this function.
164: --
165: close csr_leg_code;
166: pqh_cpd_bus.g_corps_definition_id := p_corps_definition_id;
167: pqh_cpd_bus.g_legislation_code := l_legislation_code;
168: end if;
169: if g_debug then
170: hr_utility.set_location(' Leaving:'|| l_proc, 40);
171: end if;

Line 888: -- pqh_cpd_bus.chk_df(p_rec);

884: chk_corps_dates(p_date_from => p_rec.date_from,
885: p_date_to => p_rec.date_to,
886: p_recruitment_end_date => p_rec.recruitment_end_date) ;
887: -- removing the call to chk_df as at the moment the DFF is not enabled from the OA Page
888: -- pqh_cpd_bus.chk_df(p_rec);
889: --
890: if g_debug then
891: hr_utility.set_location(' Leaving:'||l_proc, 10);
892: end if;

Line 964: -- pqh_cpd_bus.chk_df(p_rec);

960: );
961: --
962: --
963: -- removing the call to chk_df as at the moment the DFF is not enabled from the OA Page
964: -- pqh_cpd_bus.chk_df(p_rec);
965: --
966: if g_debug then
967: hr_utility.set_location(' Leaving:'||l_proc, 10);
968: end if;

Line 994: end pqh_cpd_bus;

990: hr_utility.set_location(' Leaving:'||l_proc, 10);
991: end if;
992: End delete_validate;
993: --
994: end pqh_cpd_bus;