DBA Data[Home] [Help]

APPS.BEN_AUD_BUS dependencies on BEN_AUD_SHD

Line 205: (p_rec in ben_aud_shd.g_rec_type

201: --
202: -- {End Of Comments}
203: -- --------------------------------------------------------------------------
204: Procedure chk_non_updateable_args
205: (p_rec in ben_aud_shd.g_rec_type
206: ) IS
207: --
208: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
209: --

Line 215: IF NOT ben_aud_shd.api_updating

211: --
212: -- Only proceed with the validation if a row exists for the current
213: -- record in the HR Schema.
214: --
215: IF NOT ben_aud_shd.api_updating
216: (p_cwb_audit_id => p_rec.cwb_audit_id
217: ,p_object_version_number => p_rec.object_version_number
218: ) THEN
219: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 234: (p_rec in ben_aud_shd.g_rec_type

230: -- --------------------------------------------------------------------------
231: -- |---------------------------< insert_validate >--------------------------|
232: -- --------------------------------------------------------------------------
233: Procedure insert_validate
234: (p_rec in ben_aud_shd.g_rec_type
235: ) is
236: --
237: l_proc varchar2(72) := g_package||'insert_validate';
238: --

Line 253: (p_rec in ben_aud_shd.g_rec_type

249: -- --------------------------------------------------------------------------
250: -- |---------------------------< update_validate >--------------------------|
251: -- --------------------------------------------------------------------------
252: Procedure update_validate
253: (p_rec in ben_aud_shd.g_rec_type
254: ) is
255: --
256: l_proc varchar2(72) := g_package||'update_validate';
257: --

Line 275: (p_rec in ben_aud_shd.g_rec_type

271: -- --------------------------------------------------------------------------
272: -- |---------------------------< delete_validate >--------------------------|
273: -- --------------------------------------------------------------------------
274: Procedure delete_validate
275: (p_rec in ben_aud_shd.g_rec_type
276: ) is
277: --
278: l_proc varchar2(72) := g_package||'delete_validate';
279: --