DBA Data[Home] [Help]

APPS.HR_DEI_BUS dependencies on HR_DEI_BUS

Line 1: Package Body hr_dei_bus as

1: Package Body hr_dei_bus as
2: /* $Header: hrdeirhi.pkb 120.1 2005/09/09 08:32 kramajey noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_dei_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 127: if ( nvl(hr_dei_bus.g_document_extra_info_id, hr_api.g_number)

123: ,p_argument => 'document_extra_info_id'
124: ,p_argument_value => p_document_extra_info_id
125: );
126: --
127: if ( nvl(hr_dei_bus.g_document_extra_info_id, hr_api.g_number)
128: = p_document_extra_info_id) then
129: --
130: -- The legislation code has already been found with a previous
131: -- call to this function. Just return the value in the global

Line 134: l_legislation_code := hr_dei_bus.g_legislation_code;

130: -- The legislation code has already been found with a previous
131: -- call to this function. Just return the value in the global
132: -- variable.
133: --
134: l_legislation_code := hr_dei_bus.g_legislation_code;
135: hr_utility.set_location(l_proc, 20);
136: else
137: --
138: -- The ID is different to the last call to this function

Line 158: hr_dei_bus.g_document_extra_info_id := p_document_extra_info_id;

154: -- Set the global variables so the values are
155: -- available for the next call to this function.
156: --
157: close csr_leg_code;
158: hr_dei_bus.g_document_extra_info_id := p_document_extra_info_id;
159: hr_dei_bus.g_legislation_code := l_legislation_code;
160: end if;
161: hr_utility.set_location(' Leaving:'|| l_proc, 40);
162: return l_legislation_code;

Line 159: hr_dei_bus.g_legislation_code := l_legislation_code;

155: -- available for the next call to this function.
156: --
157: close csr_leg_code;
158: hr_dei_bus.g_document_extra_info_id := p_document_extra_info_id;
159: hr_dei_bus.g_legislation_code := l_legislation_code;
160: end if;
161: hr_utility.set_location(' Leaving:'|| l_proc, 40);
162: return l_legislation_code;
163: end return_legislation_code;

Line 197: if ( nvl(hr_dei_bus.g_person_id, hr_api.g_number)

193: ,p_argument => 'person_id'
194: ,p_argument_value => p_person_id
195: );
196: --
197: if ( nvl(hr_dei_bus.g_person_id, hr_api.g_number)
198: = p_person_id) then
199: --
200: -- The legislation code has already been found with a previous
201: -- call to this function. Just return the value in the global

Line 204: l_legislation_code := hr_dei_bus.g_legislation_code;

200: -- The legislation code has already been found with a previous
201: -- call to this function. Just return the value in the global
202: -- variable.
203: --
204: l_legislation_code := hr_dei_bus.g_legislation_code;
205: hr_utility.set_location(l_proc, 20);
206: else
207: --
208: -- The ID is different to the last call to this function

Line 228: hr_dei_bus.g_person_id := p_person_id;

224: -- Set the global variables so the values are
225: -- available for the next call to this function.
226: --
227: close csr_leg_code;
228: hr_dei_bus.g_person_id := p_person_id;
229: hr_dei_bus.g_legislation_code := l_legislation_code;
230: end if;
231: hr_utility.set_location(' Leaving:'|| l_proc, 40);
232: return l_legislation_code;

Line 229: hr_dei_bus.g_legislation_code := l_legislation_code;

225: -- available for the next call to this function.
226: --
227: close csr_leg_code;
228: hr_dei_bus.g_person_id := p_person_id;
229: hr_dei_bus.g_legislation_code := l_legislation_code;
230: end if;
231: hr_utility.set_location(' Leaving:'|| l_proc, 40);
232: return l_legislation_code;
233: end return_leg_code_perid;

Line 1081: -- hr_dei_bus.chk_ddf(p_rec);

1077:
1078:
1079: hr_utility.set_location(l_proc, 10);
1080: --
1081: -- hr_dei_bus.chk_ddf(p_rec);
1082: --
1083: -- hr_dei_bus.chk_df(p_rec);
1084: --
1085: -- hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1083: -- hr_dei_bus.chk_df(p_rec);

1079: hr_utility.set_location(l_proc, 10);
1080: --
1081: -- hr_dei_bus.chk_ddf(p_rec);
1082: --
1083: -- hr_dei_bus.chk_df(p_rec);
1084: --
1085: -- hr_utility.set_location(' Leaving:'||l_proc, 10);
1086: End insert_validate;
1087: --

Line 1133: -- hr_dei_bus.chk_ddf(p_rec);

1129: (p_document_type_id => p_rec.document_type_id
1130: );
1131:
1132:
1133: -- hr_dei_bus.chk_ddf(p_rec);
1134: --
1135: -- hr_dei_bus.chk_df(p_rec);
1136: --
1137: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 1135: -- hr_dei_bus.chk_df(p_rec);

1131:
1132:
1133: -- hr_dei_bus.chk_ddf(p_rec);
1134: --
1135: -- hr_dei_bus.chk_df(p_rec);
1136: --
1137: hr_utility.set_location(' Leaving:'||l_proc, 10);
1138: End update_validate;
1139: --

Line 1157: end hr_dei_bus;

1153: --
1154: hr_utility.set_location(' Leaving:'||l_proc, 10);
1155: End delete_validate;
1156: --
1157: end hr_dei_bus;