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.12020000.2 2012/09/24 09:57:10 swrajapa ship $ */
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 111: if ( nvl(hr_oru_bus.g_organization_id, hr_api.g_number)

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

Line 118: l_legislation_code := hr_oru_bus.g_legislation_code;

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

Line 142: hr_oru_bus.g_organization_id := p_organization_id;

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

Line 143: hr_oru_bus.g_legislation_code := l_legislation_code;

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

Line 1155: hr_oru_bus.chk_df(p_rec);

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

Line 1241: hr_oru_bus.chk_df(p_rec);

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

Line 1344: end hr_oru_bus;

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