DBA Data[Home] [Help]

APPS.PAY_PCT_BUS dependencies on PAY_PCT_SHD

Line 193: (p_rec in pay_pct_shd.g_rec_type

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

Line 203: IF NOT pay_pct_shd.api_updating

199: --
200: -- Only proceed with the validation if a row exists for the current
201: -- record in the HR Schema.
202: --
203: IF NOT pay_pct_shd.api_updating
204: (p_user_column_id => p_rec.user_column_id
205: ,p_language => p_rec.language
206: ) THEN
207: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 222: (p_rec in pay_pct_shd.g_rec_type

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

Line 250: (p_rec in pay_pct_shd.g_rec_type

246: -- ----------------------------------------------------------------------------
247: -- |---------------------------< update_validate >----------------------------|
248: -- ----------------------------------------------------------------------------
249: Procedure update_validate
250: (p_rec in pay_pct_shd.g_rec_type
251: ) is
252: --
253: l_proc varchar2(72) := g_package||'update_validate';
254: --

Line 282: (p_rec in pay_pct_shd.g_rec_type

278: -- ----------------------------------------------------------------------------
279: -- |---------------------------< delete_validate >----------------------------|
280: -- ----------------------------------------------------------------------------
281: Procedure delete_validate
282: (p_rec in pay_pct_shd.g_rec_type
283: ) is
284: --
285: l_proc varchar2(72) := g_package||'delete_validate';
286: --