DBA Data[Home] [Help]

APPS.PAY_IVT_BUS dependencies on PAY_IVT_SHD

Line 187: (p_rec in pay_ivt_shd.g_rec_type

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

Line 197: IF NOT pay_ivt_shd.api_updating

193: --
194: -- Only proceed with the validation if a row exists for the current
195: -- record in the HR Schema.
196: --
197: IF NOT pay_ivt_shd.api_updating
198: (p_input_value_id => p_rec.input_value_id
199: ,p_language => p_rec.language
200: ) THEN
201: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 216: (p_rec in pay_ivt_shd.g_rec_type

212: -- ----------------------------------------------------------------------------
213: -- |---------------------------< insert_validate >----------------------------|
214: -- ----------------------------------------------------------------------------
215: Procedure insert_validate
216: (p_rec in pay_ivt_shd.g_rec_type
217: ) is
218: --
219: l_proc varchar2(72) := g_package||'insert_validate';
220: --

Line 240: (p_rec in pay_ivt_shd.g_rec_type

236: -- ----------------------------------------------------------------------------
237: -- |---------------------------< update_validate >----------------------------|
238: -- ----------------------------------------------------------------------------
239: Procedure update_validate
240: (p_rec in pay_ivt_shd.g_rec_type
241: ) is
242: --
243: l_proc varchar2(72) := g_package||'update_validate';
244: --

Line 268: (p_rec in pay_ivt_shd.g_rec_type

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