DBA Data[Home] [Help]

APPS.PER_PDS_INS dependencies on PER_PDS_INS

Line 1: Package Body per_pds_ins as

1: Package Body per_pds_ins as
2: /* $Header: pepdsrhi.pkb 120.8.12020000.3 2013/01/30 09:27:33 srannama ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pds_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: per_pds_ins.g_period_of_service_id_i := p_period_of_service_id;

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

Line 724: end per_pds_ins;

720: --
721: hr_utility.set_location(' Leaving:'||l_proc, 10);
722: End ins;
723: --
724: end per_pds_ins;