DBA Data[Home] [Help]

APPS.PQH_RMV_BUS dependencies on PQH_RMV_SHD

Line 188: (p_rec in pqh_rmv_shd.g_rec_type

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

Line 198: IF NOT pqh_rmv_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_rmv_shd.api_updating
199: (p_node_value_id => p_rec.node_value_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 259: (p_rec in pqh_rmv_shd.g_rec_type

255: -- ----------------------------------------------------------------------------
256: -- |---------------------------< insert_validate >----------------------------|
257: -- ----------------------------------------------------------------------------
258: Procedure insert_validate
259: (p_rec in pqh_rmv_shd.g_rec_type
260: ) is
261: --
262: l_proc varchar2(72) := g_package||'insert_validate';
263: --

Line 281: ,p_associated_column1 => pqh_rmv_shd.g_tab_nam

277: -- Validate Important Attributes
278: --
279: hr_api.validate_bus_grp_id
280: (p_business_group_id => p_rec.business_group_id
281: ,p_associated_column1 => pqh_rmv_shd.g_tab_nam
282: || '.BUSINESS_GROUP_ID');
283: --
284: -- after validating the set of important attributes,
285: -- if Multiple Message Detection is enabled and at least

Line 302: (p_rec in pqh_rmv_shd.g_rec_type

298: -- ----------------------------------------------------------------------------
299: -- |---------------------------< update_validate >----------------------------|
300: -- ----------------------------------------------------------------------------
301: Procedure update_validate
302: (p_rec in pqh_rmv_shd.g_rec_type
303: ) is
304: --
305: l_proc varchar2(72) := g_package||'update_validate';
306: --

Line 324: ,p_associated_column1 => pqh_rmv_shd.g_tab_nam

320: -- Validate Important Attributes
321: --
322: hr_api.validate_bus_grp_id
323: (p_business_group_id => p_rec.business_group_id
324: ,p_associated_column1 => pqh_rmv_shd.g_tab_nam
325: || '.BUSINESS_GROUP_ID');
326: --
327: -- After validating the set of important attributes,
328: -- if Multiple Message Detection is enabled and at least

Line 349: (p_rec in pqh_rmv_shd.g_rec_type

345: -- ----------------------------------------------------------------------------
346: -- |---------------------------< delete_validate >----------------------------|
347: -- ----------------------------------------------------------------------------
348: Procedure delete_validate
349: (p_rec in pqh_rmv_shd.g_rec_type
350: ) is
351: --
352: l_proc varchar2(72) := g_package||'delete_validate';
353: --

Line 359: ,pqh_rmv_shd.g_old_rec.business_group_id

355: hr_utility.set_location('Entering:'||l_proc, 5);
356: --
357: --
358: chk_startup_action(false
359: ,pqh_rmv_shd.g_old_rec.business_group_id
360: ,pqh_rmv_shd.g_old_rec.legislation_code
361: );
362: IF hr_startup_data_api_support.g_startup_mode
363: NOT IN ('GENERIC','STARTUP') THEN

Line 360: ,pqh_rmv_shd.g_old_rec.legislation_code

356: --
357: --
358: chk_startup_action(false
359: ,pqh_rmv_shd.g_old_rec.business_group_id
360: ,pqh_rmv_shd.g_old_rec.legislation_code
361: );
362: IF hr_startup_data_api_support.g_startup_mode
363: NOT IN ('GENERIC','STARTUP') THEN
364: --