DBA Data[Home] [Help]

APPS.PQH_RNK_BUS dependencies on PQH_RNK_SHD

Line 195: ,p_rec in pqh_rnk_shd.g_rec_type

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

Line 205: IF NOT pqh_rnk_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_rnk_shd.api_updating
206: (p_rank_process_id => p_rec.rank_process_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 223: ,p_rec in pqh_rnk_shd.g_rec_type

219: -- |---------------------------< insert_validate >----------------------------|
220: -- ----------------------------------------------------------------------------
221: Procedure insert_validate
222: (p_effective_date in date
223: ,p_rec in pqh_rnk_shd.g_rec_type
224: ) is
225: --
226: l_proc constant varchar2(72) := g_package||'insert_validate';
227: --

Line 244: ,p_rec in pqh_rnk_shd.g_rec_type

240: -- |---------------------------< update_validate >----------------------------|
241: -- ----------------------------------------------------------------------------
242: Procedure update_validate
243: (p_effective_date in date
244: ,p_rec in pqh_rnk_shd.g_rec_type
245: ) is
246: --
247: l_proc constant varchar2(72) := g_package||'update_validate';
248: --

Line 268: (p_rec in pqh_rnk_shd.g_rec_type

264: -- ----------------------------------------------------------------------------
265: -- |---------------------------< delete_validate >----------------------------|
266: -- ----------------------------------------------------------------------------
267: Procedure delete_validate
268: (p_rec in pqh_rnk_shd.g_rec_type
269: ) is
270: --
271: l_proc constant varchar2(72) := g_package||'delete_validate';
272: --