DBA Data[Home] [Help]

APPS.PQH_STR_BUS dependencies on PQH_STR_SHD

Line 224: ,p_rec in pqh_str_shd.g_rec_type

220: -- {End Of Comments}
221: -- ----------------------------------------------------------------------------
222: Procedure chk_non_updateable_args
223: (p_effective_date in date
224: ,p_rec in pqh_str_shd.g_rec_type
225: ) IS
226: --
227: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
228: --

Line 234: IF NOT pqh_str_shd.api_updating

230: --
231: -- Only proceed with the validation if a row exists for the current
232: -- record in the HR Schema.
233: --
234: IF NOT pqh_str_shd.api_updating
235: (p_stat_situation_rule_id => p_rec.stat_situation_rule_id
236: ,p_object_version_number => p_rec.object_version_number
237: ) THEN
238: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 254: ,p_rec in pqh_str_shd.g_rec_type

250: -- ----------------------------------------------------------------------------
251:
252: Procedure validations
253: (p_effective_date in date
254: ,p_rec in pqh_str_shd.g_rec_type
255: ) is
256: --
257: l_proc varchar2(72) := g_package||'validations';
258: l_value varchar2(10);

Line 482: ,p_rec in pqh_str_shd.g_rec_type

478: -- |---------------------------< insert_validate >----------------------------|
479: -- ----------------------------------------------------------------------------
480: Procedure insert_validate
481: (p_effective_date in date
482: ,p_rec in pqh_str_shd.g_rec_type
483: ) is
484: --
485: l_proc varchar2(72) := g_package||'insert_validate';
486: --

Line 534: ,p_rec in pqh_str_shd.g_rec_type

530: -- |---------------------------< update_validate >----------------------------|
531: -- ----------------------------------------------------------------------------
532: Procedure update_validate
533: (p_effective_date in date
534: ,p_rec in pqh_str_shd.g_rec_type
535: ) is
536: --
537: l_proc varchar2(72) := g_package||'update_validate';
538: --

Line 591: (p_rec in pqh_str_shd.g_rec_type

587: -- ----------------------------------------------------------------------------
588: -- |---------------------------< delete_validate >----------------------------|
589: -- ----------------------------------------------------------------------------
590: Procedure delete_validate
591: (p_rec in pqh_str_shd.g_rec_type
592: ) is
593: --
594: l_proc varchar2(72) := g_package||'delete_validate';
595: --