DBA Data[Home] [Help]

APPS.HR_TRS_INS dependencies on HR_TRS_INS

Line 1: Package Body hr_trs_ins as

1: Package Body hr_trs_ins as
2: /* $Header: hrtrsrhi.pkb 120.2 2005/10/11 02:10:33 hpandya noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_trs_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 26: hr_trs_ins.g_transaction_step_id_i := p_transaction_step_id;

22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: hr_trs_ins.g_transaction_step_id_i := p_transaction_step_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30:

Line 267: where transaction_step_id = hr_trs_ins.g_transaction_step_id_i;

263:
264: Cursor C_Sel2 is
265: select null
266: from hr_api_transaction_steps
267: where transaction_step_id = hr_trs_ins.g_transaction_step_id_i;
268: --
269: --
270: Begin
271: hr_utility.set_location('Entering:'||l_proc, 5);

Line 273: If hr_trs_ins.g_transaction_step_id_i is not null then

269: --
270: Begin
271: hr_utility.set_location('Entering:'||l_proc, 5);
272:
273: If hr_trs_ins.g_transaction_step_id_i is not null then
274: --
275: -- Verify registered primary key values not already in use
276: --
277: Open C_Sel2;

Line 292: p_rec.transaction_step_id := hr_trs_ins.g_transaction_step_id_i;

288: Close C_Sel2;
289: --
290: -- Use registered key values and clear globals
291: --
292: p_rec.transaction_step_id := hr_trs_ins.g_transaction_step_id_i;
293: hr_trs_ins.g_transaction_step_id_i := null;
294: --
295: else
296: --

Line 293: hr_trs_ins.g_transaction_step_id_i := null;

289: --
290: -- Use registered key values and clear globals
291: --
292: p_rec.transaction_step_id := hr_trs_ins.g_transaction_step_id_i;
293: hr_trs_ins.g_transaction_step_id_i := null;
294: --
295: else
296: --
297: --

Line 552: end hr_trs_ins;

548: --
549: hr_utility.set_location(' Leaving:'||l_proc, 10);
550: End ins;
551: --
552: end hr_trs_ins;