DBA Data[Home] [Help]

APPS.PER_CNT_BUS dependencies on PER_CNT_SHD

Line 209: ,p_rec in per_cnt_shd.g_rec_type

205: -- {End Of Comments}
206: -- ----------------------------------------------------------------------------
207: Procedure chk_non_updateable_args
208: (p_effective_date in date
209: ,p_rec in per_cnt_shd.g_rec_type
210: ) IS
211: --
212: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
213: --

Line 219: IF NOT per_cnt_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_cnt_shd.api_updating
220: (p_configuration_code => p_rec.configuration_code
221: ,p_language => p_rec.language
222: ) THEN
223: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 239: ,p_rec in per_cnt_shd.g_rec_type

235: -- |---------------------------< insert_validate >----------------------------|
236: -- ----------------------------------------------------------------------------
237: Procedure insert_validate
238: (p_effective_date in date
239: ,p_rec in per_cnt_shd.g_rec_type
240: ) is
241: --
242: l_proc varchar2(72) := g_package||'insert_validate';
243: --

Line 268: ,p_rec in per_cnt_shd.g_rec_type

264: -- |---------------------------< update_validate >----------------------------|
265: -- ----------------------------------------------------------------------------
266: Procedure update_validate
267: (p_effective_date in date
268: ,p_rec in per_cnt_shd.g_rec_type
269: ) is
270: --
271: l_proc varchar2(72) := g_package||'update_validate';
272: --

Line 301: (p_rec in per_cnt_shd.g_rec_type

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