DBA Data[Home] [Help]

APPS.PER_STC_BUS dependencies on PER_STC_SHD

Line 215: ,p_rec in per_stc_shd.g_rec_type

211: -- {End Of Comments}
212: -- ----------------------------------------------------------------------------
213: Procedure chk_non_updateable_args
214: (p_effective_date in date
215: ,p_rec in per_stc_shd.g_rec_type
216: ) IS
217: --
218: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
219: --

Line 225: IF NOT per_stc_shd.api_updating

221: --
222: -- Only proceed with the validation if a row exists for the current
223: -- record in the HR Schema.
224: --
225: IF NOT per_stc_shd.api_updating
226: (p_component_name => p_rec.component_name
227: ,p_solution_type_name => p_rec.solution_type_name
228: ,p_legislation_code => p_rec.legislation_code
229: ,p_object_version_number => p_rec.object_version_number

Line 313: l_api_updating := per_stc_shd.api_updating

309: -- a) The current g_old_rec is current and
310: -- b) The solution category value has changed
311: -- c) A record is being inserted
312: --
313: l_api_updating := per_stc_shd.api_updating
314: (p_component_name => p_component_name
315: ,p_solution_type_name => p_solution_type_name
316: ,p_legislation_code => p_legislation_code
317: ,p_object_version_number => p_object_version_number

Line 320: and nvl(per_stc_shd.g_old_rec.updateable, hr_api.g_varchar2)

316: ,p_legislation_code => p_legislation_code
317: ,p_object_version_number => p_object_version_number
318: );
319: if ((l_api_updating
320: and nvl(per_stc_shd.g_old_rec.updateable, hr_api.g_varchar2)
321: <> nvl(p_updateable,hr_api.g_varchar2))
322: or
323: (NOT l_api_updating))
324: then

Line 425: l_api_updating := per_stc_shd.api_updating

421: -- a) The current g_old_rec is current and
422: -- b) The solution category value has changed
423: -- c) A record is being inserted
424: --
425: l_api_updating := per_stc_shd.api_updating
426: (p_component_name => p_component_name
427: ,p_solution_type_name => p_solution_type_name
428: ,p_legislation_code => p_legislation_code
429: ,p_object_version_number => p_object_version_number

Line 432: and nvl(per_stc_shd.g_old_rec.extensible, hr_api.g_varchar2)

428: ,p_legislation_code => p_legislation_code
429: ,p_object_version_number => p_object_version_number
430: );
431: if ((l_api_updating
432: and nvl(per_stc_shd.g_old_rec.extensible, hr_api.g_varchar2)
433: <> nvl(p_extensible,hr_api.g_varchar2))
434: or
435: (NOT l_api_updating))
436: then

Line 471: ,p_rec in per_stc_shd.g_rec_type

467: -- |---------------------------< insert_validate >----------------------------|
468: -- ----------------------------------------------------------------------------
469: Procedure insert_validate
470: (p_effective_date in date
471: ,p_rec in per_stc_shd.g_rec_type
472: ) is
473: --
474: l_proc varchar2(72) := g_package||'insert_validate';
475: --

Line 511: ,p_rec in per_stc_shd.g_rec_type

507: -- |---------------------------< update_validate >----------------------------|
508: -- ----------------------------------------------------------------------------
509: Procedure update_validate
510: (p_effective_date in date
511: ,p_rec in per_stc_shd.g_rec_type
512: ) is
513: --
514: l_proc varchar2(72) := g_package||'update_validate';
515: --

Line 556: (p_rec in per_stc_shd.g_rec_type

552: -- ----------------------------------------------------------------------------
553: -- |---------------------------< delete_validate >----------------------------|
554: -- ----------------------------------------------------------------------------
555: Procedure delete_validate
556: (p_rec in per_stc_shd.g_rec_type
557: ) is
558: --
559: l_proc varchar2(72) := g_package||'delete_validate';
560: --