DBA Data[Home] [Help]

APPS.BEN_CPE_BUS dependencies on BEN_CPE_SHD

Line 201: ,p_rec in ben_cpe_shd.g_rec_type

197: -- {End Of Comments}
198: -- ----------------------------------------------------------------------------
199: Procedure chk_non_updateable_args
200: (p_effective_date in date
201: ,p_rec in ben_cpe_shd.g_rec_type
202: ) IS
203: --
204: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
205: --

Line 211: IF NOT ben_cpe_shd.api_updating

207: --
208: -- Only proceed with the validation if a row exists for the current
209: -- record in the HR Schema.
210: --
211: IF NOT ben_cpe_shd.api_updating
212: (p_copy_entity_result_id => p_rec.copy_entity_result_id
213: ,p_object_version_number => p_rec.object_version_number
214: ) THEN
215: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 231: ,p_rec in ben_cpe_shd.g_rec_type

227: -- |---------------------------< insert_validate >----------------------------|
228: -- ----------------------------------------------------------------------------
229: Procedure insert_validate
230: (p_effective_date in date
231: ,p_rec in ben_cpe_shd.g_rec_type
232: ) is
233: --
234: l_proc varchar2(72) := g_package||'insert_validate';
235: --

Line 260: ,p_rec in ben_cpe_shd.g_rec_type

256: -- |---------------------------< update_validate >----------------------------|
257: -- ----------------------------------------------------------------------------
258: Procedure update_validate
259: (p_effective_date in date
260: ,p_rec in ben_cpe_shd.g_rec_type
261: ) is
262: --
263: l_proc varchar2(72) := g_package||'update_validate';
264: --

Line 293: (p_rec in ben_cpe_shd.g_rec_type

289: -- ----------------------------------------------------------------------------
290: -- |---------------------------< delete_validate >----------------------------|
291: -- ----------------------------------------------------------------------------
292: Procedure delete_validate
293: (p_rec in ben_cpe_shd.g_rec_type
294: ) is
295: --
296: l_proc varchar2(72) := g_package||'delete_validate';
297: --