DBA Data[Home] [Help]

APPS.PAY_BTT_BUS dependencies on PAY_BTT_SHD

Line 201: (p_rec in pay_btt_shd.g_rec_type

197: --
198: -- {End Of Comments}
199: -- ----------------------------------------------------------------------------
200: Procedure chk_non_updateable_args
201: (p_rec in pay_btt_shd.g_rec_type
202: ) IS
203: --
204: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
205: --

Line 211: IF NOT pay_btt_shd.api_updating

207: --
208: -- Only proceed with the validation if a row exists for the current
209: -- record in the HR Schema.
210: --
211: IF NOT pay_btt_shd.api_updating
212: (p_balance_type_id => p_rec.balance_type_id
213: ,p_language => p_rec.language
214: ) THEN
215: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 230: (p_rec in pay_btt_shd.g_rec_type

226: -- ----------------------------------------------------------------------------
227: -- |---------------------------< insert_validate >----------------------------|
228: -- ----------------------------------------------------------------------------
229: Procedure insert_validate
230: (p_rec in pay_btt_shd.g_rec_type
231: ) is
232: --
233: l_proc varchar2(72) := g_package||'insert_validate';
234: --

Line 258: (p_rec in pay_btt_shd.g_rec_type

254: -- ----------------------------------------------------------------------------
255: -- |---------------------------< update_validate >----------------------------|
256: -- ----------------------------------------------------------------------------
257: Procedure update_validate
258: (p_rec in pay_btt_shd.g_rec_type
259: ) is
260: --
261: l_proc varchar2(72) := g_package||'update_validate';
262: --

Line 290: (p_rec in pay_btt_shd.g_rec_type

286: -- ----------------------------------------------------------------------------
287: -- |---------------------------< delete_validate >----------------------------|
288: -- ----------------------------------------------------------------------------
289: Procedure delete_validate
290: (p_rec in pay_btt_shd.g_rec_type
291: ) is
292: --
293: l_proc varchar2(72) := g_package||'delete_validate';
294: --