DBA Data[Home] [Help]

APPS.GHR_CUSTOM_AWARD dependencies on GHR_CUSTOM_AWARD

Line 1: Package Body ghr_custom_award as

1: Package Body ghr_custom_award as
2: /* $Header: ghcusawd.pkb 120.0.12000000.1 2007/04/25 09:16:24 utokachi noship $ */
3: -- -----------------------------------------------------------------------------
4: -- |-----------------------------< custom_award_salary >-----------------------|
5: -- -----------------------------------------------------------------------------

Line 50: g_package varchar2(33) := 'ghr_custom_award.'; -- Global package name

46: -- ----------------------------------------------------------------------------
47: -- | Private Global Definitions |
48: -- ----------------------------------------------------------------------------
49: --
50: g_package varchar2(33) := 'ghr_custom_award.'; -- Global package name
51: --
52: -- ----------------------------------------------------------------------------
53: -- |-------------------------------< custom_award_salary >-------------------------|
54: -- ----------------------------------------------------------------------------

Line 96: end ghr_custom_award;

92: p_award_salary := NVL(l_award_salary,p_award_salary);
93: hr_utility.set_location('Leaving:'||l_proc, 10);
94: end custom_award_salary;
95: --
96: end ghr_custom_award;