DBA Data[Home] [Help]

APPS.PQH_PTI_BUS dependencies on HR_UTILITY

Line 44: hr_utility.set_location('Entering:'||l_proc, 5);

40: l_api_updating boolean;
41: --
42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := pqh_pti_shd.api_updating
47: (p_information_type => p_information_type,
48: p_object_version_number => p_object_version_number);

Line 72: hr_utility.set_location('Leaving:'||l_proc, 10);

68: end if;
69: --
70: end if;
71: --
72: hr_utility.set_location('Leaving:'||l_proc, 10);
73: --
74: End chk_information_type;
75: --
76: -- ----------------------------------------------------------------------------

Line 112: hr_utility.set_location('Entering:'||l_proc, 5);

108: l_api_updating boolean;
109: --
110: Begin
111: --
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: --
114: l_api_updating := pqh_pti_shd.api_updating
115: (p_information_type => p_information_type,
116: p_object_version_number => p_object_version_number);

Line 133: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');

129: p_effective_date => p_effective_date) then
130: --
131: -- raise error as does not exist as lookup
132: --
133: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
134: hr_utility.raise_error;
135: --
136: end if;
137: --

Line 134: hr_utility.raise_error;

130: --
131: -- raise error as does not exist as lookup
132: --
133: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
134: hr_utility.raise_error;
135: --
136: end if;
137: --
138: end if;

Line 140: hr_utility.set_location('Leaving:'||l_proc,10);

136: end if;
137: --
138: end if;
139: --
140: hr_utility.set_location('Leaving:'||l_proc,10);
141: --
142: end chk_multiple_occurences_flag;
143: --
144: -- ----------------------------------------------------------------------------

Line 180: hr_utility.set_location('Entering:'||l_proc, 5);

176: l_api_updating boolean;
177: --
178: Begin
179: --
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: l_api_updating := pqh_pti_shd.api_updating
183: (p_information_type => p_information_type,
184: p_object_version_number => p_object_version_number);

Line 201: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');

197: p_effective_date => p_effective_date) then
198: --
199: -- raise error as does not exist as lookup
200: --
201: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
202: hr_utility.raise_error;
203: --
204: end if;
205: --

Line 202: hr_utility.raise_error;

198: --
199: -- raise error as does not exist as lookup
200: --
201: hr_utility.set_message(801,'HR_LOOKUP_DOES_NOT_EXIST');
202: hr_utility.raise_error;
203: --
204: end if;
205: --
206: end if;

Line 208: hr_utility.set_location('Leaving:'||l_proc,10);

204: end if;
205: --
206: end if;
207: --
208: hr_utility.set_location('Leaving:'||l_proc,10);
209: --
210: end chk_active_inactive_flag;
211: --
212: -- ----------------------------------------------------------------------------

Line 221: hr_utility.set_location('Entering:'||l_proc, 5);

217: --
218: l_proc varchar2(72) := g_package||'insert_validate';
219: --
220: Begin
221: hr_utility.set_location('Entering:'||l_proc, 5);
222: --
223: -- Call all supporting business operations
224: --
225: chk_information_type

Line 243: hr_utility.set_location(' Leaving:'||l_proc, 10);

239: p_object_version_number => p_rec.object_version_number);
240: --
241: --
242: --
243: hr_utility.set_location(' Leaving:'||l_proc, 10);
244: End insert_validate;
245: --
246: -- ----------------------------------------------------------------------------
247: -- |---------------------------< update_validate >----------------------------|

Line 255: hr_utility.set_location('Entering:'||l_proc, 5);

251: --
252: l_proc varchar2(72) := g_package||'update_validate';
253: --
254: Begin
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: --
257: -- Call all supporting business operations
258: --
259: chk_information_type

Line 277: hr_utility.set_location(' Leaving:'||l_proc, 10);

273: p_object_version_number => p_rec.object_version_number);
274: --
275: --
276: --
277: hr_utility.set_location(' Leaving:'||l_proc, 10);
278: End update_validate;
279: --
280: -- ----------------------------------------------------------------------------
281: -- |---------------------------< delete_validate >----------------------------|

Line 289: hr_utility.set_location('Entering:'||l_proc, 5);

285: --
286: l_proc varchar2(72) := g_package||'delete_validate';
287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 5);
290: --
291: -- Call all supporting business operations
292: --
293: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 293: hr_utility.set_location(' Leaving:'||l_proc, 10);

289: hr_utility.set_location('Entering:'||l_proc, 5);
290: --
291: -- Call all supporting business operations
292: --
293: hr_utility.set_location(' Leaving:'||l_proc, 10);
294: End delete_validate;
295: --
296: end pqh_pti_bus;