DBA Data[Home] [Help]

APPS.PQH_RMR_BUS dependencies on PQH_RMR_SHD

Line 189: ,p_rec in pqh_rmr_shd.g_rec_type

185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure chk_non_updateable_args
188: (p_effective_date in date
189: ,p_rec in pqh_rmr_shd.g_rec_type
190: ) IS
191: --
192: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
193: --

Line 199: IF NOT pqh_rmr_shd.api_updating

195: --
196: -- Only proceed with the validation if a row exists for the current
197: -- record in the HR Schema.
198: --
199: IF NOT pqh_rmr_shd.api_updating
200: (p_rate_matrix_rate_id => p_rec.rate_matrix_rate_id
201: ,p_effective_date => p_effective_date
202: ,p_object_version_number => p_rec.object_version_number
203: ) THEN

Line 215: nvl(pqh_rmr_shd.g_old_rec.business_group_id

211: -- not been updated.
212: --
213: --
214: if nvl(p_rec.business_group_id, hr_api.g_number) <>
215: nvl(pqh_rmr_shd.g_old_rec.business_group_id
216: ,hr_api.g_number
217: ) then
218: hr_api.argument_changed_error
219: (p_api_name => l_proc

Line 221: ,p_base_table => pqh_rmr_shd.g_tab_nam

217: ) then
218: hr_api.argument_changed_error
219: (p_api_name => l_proc
220: ,p_argument => 'BUSINESS_GROUP_ID'
221: ,p_base_table => pqh_rmr_shd.g_tab_nam
222: );
223: end if;
224: --
225: End chk_non_updateable_args;

Line 448: (p_rec in pqh_rmr_shd.g_rec_type

444: -- ----------------------------------------------------------------------------
445: -- |---------------------------< insert_validate >----------------------------|
446: -- ----------------------------------------------------------------------------
447: Procedure insert_validate
448: (p_rec in pqh_rmr_shd.g_rec_type
449: ,p_effective_date in date
450: ,p_datetrack_mode in varchar2
451: ,p_validation_start_date in date
452: ,p_validation_end_date in date

Line 474: ,p_associated_column1 => pqh_rmr_shd.g_tab_nam

470: -- Validate Important Attributes
471: --
472: hr_api.validate_bus_grp_id
473: (p_business_group_id => p_rec.business_group_id
474: ,p_associated_column1 => pqh_rmr_shd.g_tab_nam
475: || '.BUSINESS_GROUP_ID');
476: --
477: -- after validating the set of important attributes,
478: -- if Multiple Message Detection is enabled and at least

Line 495: (p_rec in pqh_rmr_shd.g_rec_type

491: -- ----------------------------------------------------------------------------
492: -- |---------------------------< update_validate >----------------------------|
493: -- ----------------------------------------------------------------------------
494: Procedure update_validate
495: (p_rec in pqh_rmr_shd.g_rec_type
496: ,p_effective_date in date
497: ,p_datetrack_mode in varchar2
498: ,p_validation_start_date in date
499: ,p_validation_end_date in date

Line 521: ,p_associated_column1 => pqh_rmr_shd.g_tab_nam

517: -- Validate Important Attributes
518: --
519: hr_api.validate_bus_grp_id
520: (p_business_group_id => p_rec.business_group_id
521: ,p_associated_column1 => pqh_rmr_shd.g_tab_nam
522: || '.BUSINESS_GROUP_ID');
523: --
524: -- After validating the set of important attributes,
525: -- if Multiple Message Detection is enabled and at least

Line 555: (p_rec in pqh_rmr_shd.g_rec_type

551: -- ----------------------------------------------------------------------------
552: -- |---------------------------< delete_validate >----------------------------|
553: -- ----------------------------------------------------------------------------
554: Procedure delete_validate
555: (p_rec in pqh_rmr_shd.g_rec_type
556: ,p_effective_date in date
557: ,p_datetrack_mode in varchar2
558: ,p_validation_start_date in date
559: ,p_validation_end_date in date

Line 569: ,pqh_rmr_shd.g_old_rec.business_group_id

565: hr_utility.set_location('Entering:'||l_proc, 5);
566: --
567: --
568: chk_startup_action(false
569: ,pqh_rmr_shd.g_old_rec.business_group_id
570: ,pqh_rmr_shd.g_old_rec.legislation_code
571: );
572: IF hr_startup_data_api_support.g_startup_mode
573: NOT IN ('GENERIC','STARTUP') THEN

Line 570: ,pqh_rmr_shd.g_old_rec.legislation_code

566: --
567: --
568: chk_startup_action(false
569: ,pqh_rmr_shd.g_old_rec.business_group_id
570: ,pqh_rmr_shd.g_old_rec.legislation_code
571: );
572: IF hr_startup_data_api_support.g_startup_mode
573: NOT IN ('GENERIC','STARTUP') THEN
574: --