DBA Data[Home] [Help]

APPS.PQH_CRL_BUS dependencies on PQH_CRL_SHD

Line 205: ,p_rec in pqh_crl_shd.g_rec_type

201: -- {End Of Comments}
202: -- ----------------------------------------------------------------------------
203: Procedure chk_non_updateable_args
204: (p_effective_date in date
205: ,p_rec in pqh_crl_shd.g_rec_type
206: ) IS
207: --
208: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
209: --

Line 215: IF NOT pqh_crl_shd.api_updating

211: --
212: -- Only proceed with the validation if a row exists for the current
213: -- record in the HR Schema.
214: --
215: IF NOT pqh_crl_shd.api_updating
216: (p_criteria_rate_defn_id => p_rec.criteria_rate_defn_id
217: ,p_language => p_rec.language
218: ) THEN
219: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 235: ,p_rec in pqh_crl_shd.g_rec_type

231: -- |---------------------------< insert_validate >----------------------------|
232: -- ----------------------------------------------------------------------------
233: Procedure insert_validate
234: (p_effective_date in date
235: ,p_rec in pqh_crl_shd.g_rec_type
236: ) is
237: --
238: l_proc varchar2(72) := g_package||'insert_validate';
239: --

Line 264: ,p_rec in pqh_crl_shd.g_rec_type

260: -- |---------------------------< update_validate >----------------------------|
261: -- ----------------------------------------------------------------------------
262: Procedure update_validate
263: (p_effective_date in date
264: ,p_rec in pqh_crl_shd.g_rec_type
265: ) is
266: --
267: l_proc varchar2(72) := g_package||'update_validate';
268: --

Line 297: (p_rec in pqh_crl_shd.g_rec_type

293: -- ----------------------------------------------------------------------------
294: -- |---------------------------< delete_validate >----------------------------|
295: -- ----------------------------------------------------------------------------
296: Procedure delete_validate
297: (p_rec in pqh_crl_shd.g_rec_type
298: ) is
299: --
300: l_proc varchar2(72) := g_package||'delete_validate';
301: --