DBA Data[Home] [Help]

APPS.GHR_CAD_BUS dependencies on GHR_CAD_SHD

Line 192: ,p_rec in ghr_cad_shd.g_rec_type

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

Line 204: IF NOT ghr_cad_shd.api_updating

200: --
201: -- Only proceed with the validation if a row exists for the current
202: -- record in the HR Schema.
203: --
204: IF NOT ghr_cad_shd.api_updating
205: (p_compl_adr_id => p_rec.compl_adr_id
206: ,p_object_version_number => p_rec.object_version_number
207: ) THEN
208: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 231: ,p_rec in ghr_cad_shd.g_rec_type

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

Line 258: ,p_rec in ghr_cad_shd.g_rec_type

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

Line 289: (p_rec in ghr_cad_shd.g_rec_type

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