DBA Data[Home] [Help]

APPS.PAY_TXR_BUS dependencies on PAY_TXR_SHD

Line 299: ,p_rec in pay_txr_shd.g_rec_type

295: -- {End Of Comments}
296: -- ----------------------------------------------------------------------------
297: Procedure chk_non_updateable_args
298: (p_effective_date in date
299: ,p_rec in pay_txr_shd.g_rec_type
300: ) IS
301: --
302: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
303: --

Line 309: IF NOT pay_txr_shd.api_updating

305: --
306: -- Only proceed with the validation if a row exists for the current
307: -- record in the HR Schema.
308: --
309: IF NOT pay_txr_shd.api_updating
310: (p_jurisdiction_code => p_rec.jurisdiction_code
311: ,p_tax_type => p_rec.tax_type
312: ,p_tax_category => p_rec.tax_category
313: ,p_classification_id => p_rec.classification_id

Line 333: ,p_rec in pay_txr_shd.g_rec_type

329: -- |---------------------------< insert_validate >----------------------------|
330: -- ----------------------------------------------------------------------------
331: Procedure insert_validate
332: (p_effective_date in date
333: ,p_rec in pay_txr_shd.g_rec_type
334: ) is
335: --
336: l_proc varchar2(72) := g_package||'insert_validate';
337: --

Line 362: ,p_rec in pay_txr_shd.g_rec_type

358: -- |---------------------------< update_validate >----------------------------|
359: -- ----------------------------------------------------------------------------
360: Procedure update_validate
361: (p_effective_date in date
362: ,p_rec in pay_txr_shd.g_rec_type
363: ) is
364: --
365: l_proc varchar2(72) := g_package||'update_validate';
366: --

Line 395: (p_rec in pay_txr_shd.g_rec_type

391: -- ----------------------------------------------------------------------------
392: -- |---------------------------< delete_validate >----------------------------|
393: -- ----------------------------------------------------------------------------
394: Procedure delete_validate
395: (p_rec in pay_txr_shd.g_rec_type
396: ) is
397: --
398: l_proc varchar2(72) := g_package||'delete_validate';
399: --