DBA Data[Home] [Help]

APPS.OTA_TFH_API_INS dependencies on OTA_TFH_API_INS

Line 1: Package Body ota_tfh_api_ins as

1: Package Body ota_tfh_api_ins as
2: /* $Header: ottfh01t.pkb 120.0 2005/05/29 07:40:15 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_tfh_api_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_tfh_api_ins.g_finance_header_id_i := finance_header_id;

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

Line 429: ota_tfh_api_ins.g_finance_header_id_i;

425: Cursor C_Sel2 is
426: Select null
427: from ota_finance_headers
428: where finance_header_id =
429: ota_tfh_api_ins.g_finance_header_id_i;
430: --
431:
432: l_exists varchar2(1);
433:

Line 437: If (ota_tfh_api_ins.g_finance_header_id_i is not null) Then

433:
434: Begin
435: hr_utility.set_location('Entering:'||l_proc, 5);
436: --
437: If (ota_tfh_api_ins.g_finance_header_id_i is not null) Then
438: --
439: -- Verify registered primary key values not already in use
440: --
441: Open C_Sel2;

Line 457: ota_tfh_api_ins.g_finance_header_id_i;

453: --
454: -- Use registered key values and clear globals
455: --
456: p_rec.finance_header_id :=
457: ota_tfh_api_ins.g_finance_header_id_i;
458: ota_tfh_api_ins.g_finance_header_id_i := null;
459: Else
460: --
461: -- No registerd key values, so select the next sequence number

Line 458: ota_tfh_api_ins.g_finance_header_id_i := null;

454: -- Use registered key values and clear globals
455: --
456: p_rec.finance_header_id :=
457: ota_tfh_api_ins.g_finance_header_id_i;
458: ota_tfh_api_ins.g_finance_header_id_i := null;
459: Else
460: --
461: -- No registerd key values, so select the next sequence number
462: --

Line 875: end ota_tfh_api_ins;

871: --
872: hr_utility.set_location(' Leaving:'||l_proc, 10);
873: End ins;
874: --
875: end ota_tfh_api_ins;