DBA Data[Home] [Help]

APPS.HR_TIC_BUS dependencies on HR_TIC_SHD

Line 141: (p_rec in hr_tic_shd.g_rec_type

137: --
138: -- {End Of Comments}
139: -- ----------------------------------------------------------------------------
140: Procedure chk_non_updateable_args
141: (p_rec in hr_tic_shd.g_rec_type
142: ) IS
143: --
144: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
145: l_error EXCEPTION;

Line 153: IF NOT hr_tic_shd.api_updating

149: --
150: -- Only proceed with the validation if a row exists for the current
151: -- record in the HR Schema.
152: --
153: IF NOT hr_tic_shd.api_updating
154: (p_template_item_context_id => p_rec.template_item_context_id
155: ,p_object_version_number => p_rec.object_version_number
156: ) THEN
157: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 164: nvl(hr_tic_shd.g_old_rec.template_item_id,hr_api.g_number)

160: fnd_message.raise_error;
161: END IF;
162: --
163: IF (nvl(p_rec.template_item_id,hr_api.g_number) <>
164: nvl(hr_tic_shd.g_old_rec.template_item_id,hr_api.g_number)
165: ) THEN
166: l_argument := 'template_item_id';
167: RAISE l_error;
168: END IF;

Line 171: nvl(hr_tic_shd.g_old_rec.context_type,hr_api.g_varchar2)

167: RAISE l_error;
168: END IF;
169: --
170: IF (nvl(p_rec.context_type,hr_api.g_varchar2) <>
171: nvl(hr_tic_shd.g_old_rec.context_type,hr_api.g_varchar2)
172: ) THEN
173: l_argument := 'context_type';
174: RAISE l_error;
175: END IF;

Line 178: nvl(hr_tic_shd.g_old_rec.item_context_id,hr_api.g_number)

174: RAISE l_error;
175: END IF;
176: --
177: IF (nvl(p_rec.item_context_id,hr_api.g_number) <>
178: nvl(hr_tic_shd.g_old_rec.item_context_id,hr_api.g_number)
179: ) THEN
180: l_argument := 'item_context_id';
181: RAISE l_error;
182: END IF;

Line 360: (p_rec in hr_tic_shd.g_rec_type

356: -- ----------------------------------------------------------------------------
357: -- |------------------------------< chk_delete >------------------------------|
358: -- ----------------------------------------------------------------------------
359: Procedure chk_delete
360: (p_rec in hr_tic_shd.g_rec_type
361: ) is
362: --
363: l_proc varchar2(72) := g_package||'chk_delete';
364: --

Line 379: (p_rec in hr_tic_shd.g_rec_type

375: -- ----------------------------------------------------------------------------
376: -- |---------------------------< insert_validate >----------------------------|
377: -- ----------------------------------------------------------------------------
378: Procedure insert_validate
379: (p_rec in hr_tic_shd.g_rec_type
380: ) is
381: --
382: l_proc varchar2(72) := g_package||'insert_validate';
383: --

Line 422: (p_rec in hr_tic_shd.g_rec_type

418: -- ----------------------------------------------------------------------------
419: -- |---------------------------< update_validate >----------------------------|
420: -- ----------------------------------------------------------------------------
421: Procedure update_validate
422: (p_rec in hr_tic_shd.g_rec_type
423: ) is
424: --
425: l_proc varchar2(72) := g_package||'update_validate';
426: --

Line 469: (p_rec in hr_tic_shd.g_rec_type

465: -- ----------------------------------------------------------------------------
466: -- |---------------------------< delete_validate >----------------------------|
467: -- ----------------------------------------------------------------------------
468: Procedure delete_validate
469: (p_rec in hr_tic_shd.g_rec_type
470: ) is
471: --
472: l_proc varchar2(72) := g_package||'delete_validate';
473: --