DBA Data[Home] [Help]

APPS.GHR_CCL_BUS dependencies on GHR_CCL_SHD

Line 189: ,p_rec in ghr_ccl_shd.g_rec_type

185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure chk_non_updateable_args
188: (p_effective_date in date
189: ,p_rec in ghr_ccl_shd.g_rec_type
190: ) IS
191: --
192: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
193: l_error EXCEPTION;

Line 201: IF NOT ghr_ccl_shd.api_updating

197: --
198: -- Only proceed with the validation if a row exists for the current
199: -- record in the HR Schema.
200: --
201: IF NOT ghr_ccl_shd.api_updating
202: (p_compl_claim_id => p_rec.compl_claim_id
203: ,p_object_version_number => p_rec.object_version_number
204: ) THEN
205: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 231: ,p_rec in ghr_ccl_shd.g_rec_type

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

Line 258: ,p_rec in ghr_ccl_shd.g_rec_type

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

Line 289: (p_rec in ghr_ccl_shd.g_rec_type

285: -- ----------------------------------------------------------------------------
286: -- |---------------------------< delete_validate >----------------------------|
287: -- ----------------------------------------------------------------------------
288: Procedure delete_validate
289: (p_rec in ghr_ccl_shd.g_rec_type
290: ) is
291: --
292: l_proc varchar2(72) := g_package||'delete_validate';
293: --