DBA Data[Home] [Help]

APPS.OTA_TSR_INS dependencies on OTA_TSR_INS

Line 1: Package Body ota_tsr_ins as

1: Package Body ota_tsr_ins as
2: /* $Header: ottsr01t.pkb 120.3.12020000.3 2012/12/14 09:48:09 atadepal ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_tsr_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: ota_tsr_ins.g_supplied_resource_id_i := p_supplied_resource_id;

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

Line 246: ota_tsr_ins.g_supplied_resource_id_i;

242: Cursor C_Sel2 is
243: Select null
244: from ota_suppliable_resources
245: where supplied_resource_id =
246: ota_tsr_ins.g_supplied_resource_id_i;
247: --
248:
249: l_exists varchar2(1);
250: --

Line 253: If (ota_tsr_ins.g_supplied_resource_id_i is not null) Then

249: l_exists varchar2(1);
250: --
251: Begin
252: hr_utility.set_location('Entering:'||l_proc, 5);
253: If (ota_tsr_ins.g_supplied_resource_id_i is not null) Then
254: --
255: -- Verify registered primary key values not already in use
256: --
257: Open C_Sel2;

Line 273: ota_tsr_ins.g_supplied_resource_id_i;

269: --
270: -- Use registered key values and clear globals
271: --
272: p_rec.supplied_resource_id :=
273: ota_tsr_ins.g_supplied_resource_id_i;
274: ota_tsr_ins.g_supplied_resource_id_i := null;
275: Else
276: --
277: --

Line 274: ota_tsr_ins.g_supplied_resource_id_i := null;

270: -- Use registered key values and clear globals
271: --
272: p_rec.supplied_resource_id :=
273: ota_tsr_ins.g_supplied_resource_id_i;
274: ota_tsr_ins.g_supplied_resource_id_i := null;
275: Else
276: --
277: --
278: -- Select the next sequence number

Line 505: end ota_tsr_ins;

501: --
502: hr_utility.set_location(' Leaving:'||l_proc, 10);
503: End ins;
504: --
505: end ota_tsr_ins;