DBA Data[Home] [Help]

APPS.PER_CIT_BUS dependencies on PER_CIT_SHD

Line 207: (p_rec in per_cit_shd.g_rec_type

203: --
204: -- {End Of Comments}
205: -- ----------------------------------------------------------------------------
206: Procedure chk_non_updateable_args
207: (p_rec in per_cit_shd.g_rec_type
208: ) IS
209: --
210: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
211: l_error EXCEPTION;

Line 219: IF NOT per_cit_shd.api_updating

215: --
216: -- Only proceed with the validation if a row exists for the current
217: -- record in the HR Schema.
218: --
219: IF NOT per_cit_shd.api_updating
220: (p_cagr_entitlement_item_id => p_rec.cagr_entitlement_item_id
221: ,p_language => p_rec.language
222: ) THEN
223: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 245: (p_rec in per_cit_shd.g_rec_type

241: -- ----------------------------------------------------------------------------
242: -- |---------------------------< insert_validate >----------------------------|
243: -- ----------------------------------------------------------------------------
244: Procedure insert_validate
245: (p_rec in per_cit_shd.g_rec_type
246: ) is
247: --
248: l_proc varchar2(72) := g_package||'insert_validate';
249: --

Line 271: (p_rec in per_cit_shd.g_rec_type

267: -- ----------------------------------------------------------------------------
268: -- |---------------------------< update_validate >----------------------------|
269: -- ----------------------------------------------------------------------------
270: Procedure update_validate
271: (p_rec in per_cit_shd.g_rec_type
272: ) is
273: --
274: l_proc varchar2(72) := g_package||'update_validate';
275: --

Line 301: (p_rec in per_cit_shd.g_rec_type

297: -- ----------------------------------------------------------------------------
298: -- |---------------------------< delete_validate >----------------------------|
299: -- ----------------------------------------------------------------------------
300: Procedure delete_validate
301: (p_rec in per_cit_shd.g_rec_type
302: ) is
303: --
304: l_proc varchar2(72) := g_package||'delete_validate';
305: --