DBA Data[Home] [Help]

APPS.PER_CHK_BUS dependencies on PER_CHK_BUS

Line 1: Package Body per_chk_bus as

1: Package Body per_chk_bus as
2: /* $Header: pechkrhi.pkb 115.7 2002/12/04 12:17:45 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_chk_bus.'; -- Global package name
9: --
10: --
11: --
12: -- The following two global variables are only to be

Line 112: if ( nvl(per_chk_bus.g_checklist_item_id, hr_api.g_number)

108: ,p_argument => 'checklist_item_id'
109: ,p_argument_value => p_checklist_item_id
110: );
111: --
112: if ( nvl(per_chk_bus.g_checklist_item_id, hr_api.g_number)
113: = p_checklist_item_id) then
114: --
115: -- The legislation code has already been found with a previous
116: -- call to this function. Just return the value in the global

Line 119: l_legislation_code := per_chk_bus.g_legislation_code;

115: -- The legislation code has already been found with a previous
116: -- call to this function. Just return the value in the global
117: -- variable.
118: --
119: l_legislation_code := per_chk_bus.g_legislation_code;
120: hr_utility.set_location(l_proc, 20);
121: else
122: --
123: -- The ID is different to the last call to this function

Line 143: per_chk_bus.g_checklist_item_id := p_checklist_item_id;

139: -- Set the global variables so the values are
140: -- available for the next call to this function.
141: --
142: close csr_leg_code;
143: per_chk_bus.g_checklist_item_id := p_checklist_item_id;
144: per_chk_bus.g_legislation_code := l_legislation_code;
145: end if;
146: hr_utility.set_location(' Leaving:'|| l_proc, 40);
147: return l_legislation_code;

Line 144: per_chk_bus.g_legislation_code := l_legislation_code;

140: -- available for the next call to this function.
141: --
142: close csr_leg_code;
143: per_chk_bus.g_checklist_item_id := p_checklist_item_id;
144: per_chk_bus.g_legislation_code := l_legislation_code;
145: end if;
146: hr_utility.set_location(' Leaving:'|| l_proc, 40);
147: return l_legislation_code;
148: end return_legislation_code;

Line 816: end per_chk_bus;

812: hr_utility.set_location('Entering:'||l_proc, 5);
813: hr_utility.set_location(' Leaving:'||l_proc, 10);
814: End delete_validate;
815: --
816: end per_chk_bus;