DBA Data[Home] [Help]

APPS.PQH_RMN_BUS dependencies on PQH_RMN_SHD

Line 188: (p_rec in pqh_rmn_shd.g_rec_type

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

Line 198: IF NOT pqh_rmn_shd.api_updating

194: --
195: -- Only proceed with the validation if a row exists for the current
196: -- record in the HR Schema.
197: --
198: IF NOT pqh_rmn_shd.api_updating
199: (p_rate_matrix_node_id => p_rec.rate_matrix_node_id
200: ,p_object_version_number => p_rec.object_version_number
201: ) THEN
202: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 212: nvl(pqh_rmn_shd.g_old_rec.business_group_id

208: -- EDIT_HERE: Add checks to ensure non-updateable args have
209: -- not been updated.
210: --
211: if nvl(p_rec.business_group_id, hr_api.g_number) <>
212: nvl(pqh_rmn_shd.g_old_rec.business_group_id
213: ,hr_api.g_number
214: ) then
215: hr_api.argument_changed_error
216: (p_api_name => l_proc

Line 218: ,p_base_table => pqh_rmn_shd.g_tab_nam

214: ) then
215: hr_api.argument_changed_error
216: (p_api_name => l_proc
217: ,p_argument => 'BUSINESS_GROUP_ID'
218: ,p_base_table => pqh_rmn_shd.g_tab_nam
219: );
220: end if;
221: --
222: End chk_non_updateable_args;

Line 270: (p_rec in pqh_rmn_shd.g_rec_type

266: -- ----------------------------------------------------------------------------
267: -- |---------------------------< insert_validate >----------------------------|
268: -- ----------------------------------------------------------------------------
269: Procedure insert_validate
270: (p_rec in pqh_rmn_shd.g_rec_type
271: ) is
272: --
273: l_proc varchar2(72) := g_package||'insert_validate';
274: --

Line 292: ,p_associated_column1 => pqh_rmn_shd.g_tab_nam

288: -- Validate Important Attributes
289: --
290: hr_api.validate_bus_grp_id
291: (p_business_group_id => p_rec.business_group_id
292: ,p_associated_column1 => pqh_rmn_shd.g_tab_nam
293: || '.BUSINESS_GROUP_ID');
294: --
295: -- after validating the set of important attributes,
296: -- if Multiple Message Detection is enabled and at least

Line 313: (p_rec in pqh_rmn_shd.g_rec_type

309: -- ----------------------------------------------------------------------------
310: -- |---------------------------< update_validate >----------------------------|
311: -- ----------------------------------------------------------------------------
312: Procedure update_validate
313: (p_rec in pqh_rmn_shd.g_rec_type
314: ) is
315: --
316: l_proc varchar2(72) := g_package||'update_validate';
317: --

Line 335: ,p_associated_column1 => pqh_rmn_shd.g_tab_nam

331: -- Validate Important Attributes
332: --
333: hr_api.validate_bus_grp_id
334: (p_business_group_id => p_rec.business_group_id
335: ,p_associated_column1 => pqh_rmn_shd.g_tab_nam
336: || '.BUSINESS_GROUP_ID');
337: --
338: -- After validating the set of important attributes,
339: -- if Multiple Message Detection is enabled and at least

Line 360: (p_rec in pqh_rmn_shd.g_rec_type

356: -- ----------------------------------------------------------------------------
357: -- |---------------------------< delete_validate >----------------------------|
358: -- ----------------------------------------------------------------------------
359: Procedure delete_validate
360: (p_rec in pqh_rmn_shd.g_rec_type
361: ) is
362: --
363: l_proc varchar2(72) := g_package||'delete_validate';
364: --

Line 370: ,pqh_rmn_shd.g_old_rec.business_group_id

366: hr_utility.set_location('Entering:'||l_proc, 5);
367: --
368: --
369: chk_startup_action(false
370: ,pqh_rmn_shd.g_old_rec.business_group_id
371: ,pqh_rmn_shd.g_old_rec.legislation_code
372: );
373: IF hr_startup_data_api_support.g_startup_mode
374: NOT IN ('GENERIC','STARTUP') THEN

Line 371: ,pqh_rmn_shd.g_old_rec.legislation_code

367: --
368: --
369: chk_startup_action(false
370: ,pqh_rmn_shd.g_old_rec.business_group_id
371: ,pqh_rmn_shd.g_old_rec.legislation_code
372: );
373: IF hr_startup_data_api_support.g_startup_mode
374: NOT IN ('GENERIC','STARTUP') THEN
375: --