DBA Data[Home] [Help]

APPS.PQH_TKT_BUS dependencies on PQH_TKT_BUS

Line 1: Package Body pqh_tkt_bus as

1: Package Body pqh_tkt_bus as
2: /* $Header: pqtktrhi.pkb 115.4 2002/12/12 21:44:06 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pqh_tkt_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 127: if ( nvl(pqh_tkt_bus.g_tatigkeit_detail_id, hr_api.g_number)

123: ,p_argument => 'tatigkeit_detail_id'
124: ,p_argument_value => p_tatigkeit_detail_id
125: );
126: --
127: if ( nvl(pqh_tkt_bus.g_tatigkeit_detail_id, hr_api.g_number)
128: = p_tatigkeit_detail_id) then
129: --
130: -- The legislation code has already been found with a previous
131: -- call to this function. Just return the value in the global

Line 134: l_legislation_code := pqh_tkt_bus.g_legislation_code;

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

Line 158: pqh_tkt_bus.g_tatigkeit_detail_id := p_tatigkeit_detail_id;

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

Line 159: pqh_tkt_bus.g_legislation_code := l_legislation_code;

155: -- available for the next call to this function.
156: --
157: close csr_leg_code;
158: pqh_tkt_bus.g_tatigkeit_detail_id := p_tatigkeit_detail_id;
159: pqh_tkt_bus.g_legislation_code := l_legislation_code;
160: end if;
161: hr_utility.set_location(' Leaving:'|| l_proc, 40);
162: return l_legislation_code;
163: end return_legislation_code;

Line 415: end pqh_tkt_bus;

411: Chk_delete(P_Rec);
412: hr_utility.set_location(' Leaving:'||l_proc, 10);
413: End delete_validate;
414: --
415: end pqh_tkt_bus;