DBA Data[Home] [Help]

APPS.PER_SOL_BUS dependencies on PER_SOL_SHD

Line 194: ,p_rec in per_sol_shd.g_rec_type

190: -- {End Of Comments}
191: -- ----------------------------------------------------------------------------
192: Procedure chk_non_updateable_args
193: (p_effective_date in date
194: ,p_rec in per_sol_shd.g_rec_type
195: ) IS
196: --
197: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
198: --

Line 204: IF NOT per_sol_shd.api_updating

200: --
201: -- Only proceed with the validation if a row exists for the current
202: -- record in the HR Schema.
203: --
204: IF NOT per_sol_shd.api_updating
205: (p_solution_id => p_rec.solution_id
206: ,p_object_version_number => p_rec.object_version_number
207: ) THEN
208: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 284: l_api_updating := per_sol_shd.api_updating

280: -- a) The current g_old_rec is current and
281: -- b) The vertical value has changed
282: -- c) A record is being inserted
283: --
284: l_api_updating := per_sol_shd.api_updating
285: (p_solution_id => p_solution_id
286: ,p_object_version_number => p_object_version_number
287: );
288: if ((l_api_updating

Line 289: and nvl(per_sol_shd.g_old_rec.vertical, hr_api.g_varchar2)

285: (p_solution_id => p_solution_id
286: ,p_object_version_number => p_object_version_number
287: );
288: if ((l_api_updating
289: and nvl(per_sol_shd.g_old_rec.vertical, hr_api.g_varchar2)
290: <> nvl(p_vertical,hr_api.g_varchar2))
291: or
292: (NOT l_api_updating))
293: then

Line 328: ,p_rec in per_sol_shd.g_rec_type

324: -- |---------------------------< insert_validate >----------------------------|
325: -- ----------------------------------------------------------------------------
326: Procedure insert_validate
327: (p_effective_date in date
328: ,p_rec in per_sol_shd.g_rec_type
329: ) is
330: --
331: l_proc varchar2(72) := g_package||'insert_validate';
332: --

Line 358: ,p_rec in per_sol_shd.g_rec_type

354: -- |---------------------------< update_validate >----------------------------|
355: -- ----------------------------------------------------------------------------
356: Procedure update_validate
357: (p_effective_date in date
358: ,p_rec in per_sol_shd.g_rec_type
359: ) is
360: --
361: l_proc varchar2(72) := g_package||'update_validate';
362: --

Line 392: (p_rec in per_sol_shd.g_rec_type

388: -- ----------------------------------------------------------------------------
389: -- |---------------------------< delete_validate >----------------------------|
390: -- ----------------------------------------------------------------------------
391: Procedure delete_validate
392: (p_rec in per_sol_shd.g_rec_type
393: ) is
394: --
395: l_proc varchar2(72) := g_package||'delete_validate';
396: --