DBA Data[Home] [Help]

APPS.PAY_URT_BUS dependencies on PAY_URT_SHD

Line 192: (p_rec in pay_urt_shd.g_rec_type

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

Line 202: IF NOT pay_urt_shd.api_updating

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

Line 221: (p_rec in pay_urt_shd.g_rec_type

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

Line 249: (p_rec in pay_urt_shd.g_rec_type

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

Line 281: (p_rec in pay_urt_shd.g_rec_type

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