DBA Data[Home] [Help]

APPS.HR_ORU_BUS dependencies on HR_ORU_BUS

Line 1: Package Body hr_oru_bus as

1: Package Body hr_oru_bus as
2: /* $Header: hrorurhi.pkb 120.2 2006/03/08 11:46:02 deenath noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 110: if ( nvl(hr_oru_bus.g_organization_id, hr_api.g_number)

106: ,p_argument => 'organization_id'
107: ,p_argument_value => p_organization_id
108: );
109: --
110: if ( nvl(hr_oru_bus.g_organization_id, hr_api.g_number)
111: = p_organization_id) then
112: --
113: -- The legislation code has already been found with a previous
114: -- call to this function. Just return the value in the global

Line 117: l_legislation_code := hr_oru_bus.g_legislation_code;

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

Line 141: hr_oru_bus.g_organization_id := p_organization_id;

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

Line 142: hr_oru_bus.g_legislation_code := l_legislation_code;

138: -- available for the next call to this function.
139: --
140: close csr_leg_code;
141: hr_oru_bus.g_organization_id := p_organization_id;
142: hr_oru_bus.g_legislation_code := l_legislation_code;
143: end if;
144: hr_utility.set_location(' Leaving:'|| l_proc, 40);
145: return l_legislation_code;
146: end return_legislation_code;

Line 1154: hr_oru_bus.chk_df(p_rec);

1150: --
1151: hr_utility.set_location(l_proc, 80);
1152: --
1153: --
1154: hr_oru_bus.chk_df(p_rec);
1155: --
1156: hr_utility.set_location(' Leaving:'||l_proc, 40);
1157: End insert_validate;
1158: --

Line 1240: hr_oru_bus.chk_df(p_rec);

1236: --
1237: hr_utility.set_location(l_proc, 80);
1238: --
1239: --
1240: hr_oru_bus.chk_df(p_rec);
1241: --
1242: hr_utility.set_location(' Leaving:'||l_proc, 100);
1243: End update_validate;
1244: --

Line 1343: end hr_oru_bus;

1339: -- End of fix for bug 2881808
1340: hr_utility.set_location(' Leaving:'||l_proc, 10);
1341: End delete_validate;
1342: --
1343: end hr_oru_bus;