DBA Data[Home] [Help]

APPS.PQH_RLA_BUS dependencies on PQH_RLA_SHD

Line 195: (p_rec in pqh_rla_shd.g_rec_type

191: --
192: -- {End Of Comments}
193: -- ----------------------------------------------------------------------------
194: Procedure chk_non_updateable_args
195: (p_rec in pqh_rla_shd.g_rec_type
196: ) IS
197: --
198: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
199: --

Line 205: IF NOT pqh_rla_shd.api_updating

201: --
202: -- Only proceed with the validation if a row exists for the current
203: -- record in the HR Schema.
204: --
205: IF NOT pqh_rla_shd.api_updating
206: (p_rule_attribute_id => p_rec.rule_attribute_id
207: ,p_object_version_number => p_rec.object_version_number
208: ) THEN
209: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 232: (p_rec in pqh_rla_shd.g_rec_type

228: --
229: -- {End Of Comments}
230: -- ----------------------------------------------------------------------------
231: Procedure chk_unique_attributes
232: (p_rec in pqh_rla_shd.g_rec_type
233: ) IS
234: --
235: l_proc varchar2(72) := g_package || 'chk_unique_attributes';
236: --

Line 277: (p_rec in pqh_rla_shd.g_rec_type

273: --
274: -- {End Of Comments}
275: -- ----------------------------------------------------------------------------
276: Procedure chk_attribute_datatype
277: (p_rec in pqh_rla_shd.g_rec_type
278: ) IS
279: --
280: l_proc varchar2(72) := g_package || 'chk_attribute_datatype';
281: --

Line 315: (p_rec in pqh_rla_shd.g_rec_type

311: -- ----------------------------------------------------------------------------
312: -- |---------------------------< insert_validate >----------------------------|
313: -- ----------------------------------------------------------------------------
314: Procedure insert_validate
315: (p_rec in pqh_rla_shd.g_rec_type
316: ) is
317: --
318: l_proc varchar2(72) := g_package||'insert_validate';
319: --

Line 353: (p_rec in pqh_rla_shd.g_rec_type

349: -- ----------------------------------------------------------------------------
350: -- |---------------------------< update_validate >----------------------------|
351: -- ----------------------------------------------------------------------------
352: Procedure update_validate
353: (p_rec in pqh_rla_shd.g_rec_type
354: ) is
355: --
356: l_proc varchar2(72) := g_package||'update_validate';
357: --

Line 393: (p_rec in pqh_rla_shd.g_rec_type

389: -- ----------------------------------------------------------------------------
390: -- |---------------------------< delete_validate >----------------------------|
391: -- ----------------------------------------------------------------------------
392: Procedure delete_validate
393: (p_rec in pqh_rla_shd.g_rec_type
394: ) is
395: --
396: l_proc varchar2(72) := g_package||'delete_validate';
397: --