DBA Data[Home] [Help]

APPS.PQP_GDS_BUS dependencies on PQP_GDS_BUS

Line 1: Package Body pqp_gds_bus as

1: Package Body pqp_gds_bus as
2: /* $Header: pqgdsrhi.pkb 120.0 2005/10/28 07:32 rvishwan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqp_gds_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 132: if ( nvl(pqp_gds_bus.g_gap_duration_summary_id, hr_api.g_number)

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

Line 139: l_legislation_code := pqp_gds_bus.g_legislation_code;

135: -- The legislation code has already been found with a previous
136: -- call to this function. Just return the value in the global
137: -- variable.
138: --
139: l_legislation_code := pqp_gds_bus.g_legislation_code;
140: hr_utility.set_location(l_proc, 20);
141: else
142: --
143: -- The ID is different to the last call to this function

Line 163: pqp_gds_bus.g_gap_duration_summary_id := p_gap_duration_summary_id;

159: -- Set the global variables so the values are
160: -- available for the next call to this function.
161: --
162: close csr_leg_code;
163: pqp_gds_bus.g_gap_duration_summary_id := p_gap_duration_summary_id;
164: pqp_gds_bus.g_legislation_code := l_legislation_code;
165: end if;
166: hr_utility.set_location(' Leaving:'|| l_proc, 40);
167: return l_legislation_code;

Line 164: pqp_gds_bus.g_legislation_code := l_legislation_code;

160: -- available for the next call to this function.
161: --
162: close csr_leg_code;
163: pqp_gds_bus.g_gap_duration_summary_id := p_gap_duration_summary_id;
164: pqp_gds_bus.g_legislation_code := l_legislation_code;
165: end if;
166: hr_utility.set_location(' Leaving:'|| l_proc, 40);
167: return l_legislation_code;
168: end return_legislation_code;

Line 300: end pqp_gds_bus;

296: --
297: hr_utility.set_location(' Leaving:'||l_proc, 10);
298: End delete_validate;
299: --
300: end pqp_gds_bus;