DBA Data[Home] [Help]

APPS.PQH_VLP_BUS dependencies on PQH_VLP_SHD

Line 186: ,p_rec in pqh_vlp_shd.g_rec_type

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

Line 196: IF NOT pqh_vlp_shd.api_updating

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

Line 213: ,p_rec in pqh_vlp_shd.g_rec_type

209: -- |---------------------------< insert_validate >----------------------------|
210: -- ----------------------------------------------------------------------------
211: Procedure insert_validate
212: (p_effective_date in date
213: ,p_rec in pqh_vlp_shd.g_rec_type
214: ) is
215: --
216: l_proc varchar2(72) := g_package||'insert_validate';
217: --

Line 298: ,p_rec in pqh_vlp_shd.g_rec_type

294: -- |---------------------------< update_validate >----------------------------|
295: -- ----------------------------------------------------------------------------
296: Procedure update_validate
297: (p_effective_date in date
298: ,p_rec in pqh_vlp_shd.g_rec_type
299: ) is
300: --
301: l_proc varchar2(72) := g_package||'update_validate';
302: --

Line 392: (p_rec in pqh_vlp_shd.g_rec_type

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