DBA Data[Home] [Help]

APPS.PAY_BDT_BUS dependencies on PAY_BDT_SHD

Line 195: (p_rec in pay_bdt_shd.g_rec_type

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

Line 205: IF NOT pay_bdt_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 pay_bdt_shd.api_updating
206: (p_balance_dimension_id => p_rec.balance_dimension_id
207: ,p_language => p_rec.language
208: ) THEN
209: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 221: (p_rec in pay_bdt_shd.g_rec_type

217: -- ----------------------------------------------------------------------------
218: -- |---------------------------< insert_validate >----------------------------|
219: -- ----------------------------------------------------------------------------
220: Procedure insert_validate
221: (p_rec in pay_bdt_shd.g_rec_type
222: ) is
223: --
224: l_proc varchar2(72) := g_package||'insert_validate';
225: --

Line 241: (p_rec in pay_bdt_shd.g_rec_type

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

Line 265: (p_rec in pay_bdt_shd.g_rec_type

261: -- ----------------------------------------------------------------------------
262: -- |---------------------------< delete_validate >----------------------------|
263: -- ----------------------------------------------------------------------------
264: Procedure delete_validate
265: (p_rec in pay_bdt_shd.g_rec_type
266: ) is
267: --
268: l_proc varchar2(72) := g_package||'delete_validate';
269: --