DBA Data[Home] [Help]

APPS.HR_FDG_BUS dependencies on HR_FDG_SHD

Line 90: (p_rec in hr_fdg_shd.g_rec_type

86: --
87: -- {End Of Comments}
88: -- ----------------------------------------------------------------------------
89: Procedure chk_non_updateable_args
90: (p_rec in hr_fdg_shd.g_rec_type
91: ) IS
92: --
93: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
94: l_error EXCEPTION;

Line 102: IF NOT hr_fdg_shd.api_updating

98: --
99: -- Only proceed with the validation if a row exists for the current
100: -- record in the HR Schema.
101: --
102: IF NOT hr_fdg_shd.api_updating
103: (p_form_data_group_id => p_rec.form_data_group_id
104: ,p_object_version_number => p_rec.object_version_number
105: ) THEN
106: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 113: nvl(hr_fdg_shd.g_old_rec.application_id,hr_api.g_number)

109: fnd_message.raise_error;
110: END IF;
111: --
112: IF (nvl(p_rec.application_id,hr_api.g_number) <>
113: nvl(hr_fdg_shd.g_old_rec.application_id,hr_api.g_number)
114: ) THEN
115: l_argument := 'application_id';
116: RAISE l_error;
117: END IF;

Line 120: nvl(hr_fdg_shd.g_old_rec.form_id,hr_api.g_number)

116: RAISE l_error;
117: END IF;
118: --
119: IF (nvl(p_rec.form_id,hr_api.g_number) <>
120: nvl(hr_fdg_shd.g_old_rec.form_id,hr_api.g_number)
121: ) THEN
122: l_argument := 'form_id';
123: RAISE l_error;
124: END IF;

Line 264: (p_rec in hr_fdg_shd.g_rec_type

260: -- ----------------------------------------------------------------------------
261: -- |------------------------------< chk_delete >------------------------------|
262: -- ----------------------------------------------------------------------------
263: Procedure chk_delete
264: (p_rec in hr_fdg_shd.g_rec_type
265: ) is
266: --
267: l_proc varchar2(72) := g_package||'chk_delete';
268: --

Line 283: (p_rec in hr_fdg_shd.g_rec_type

279: -- ----------------------------------------------------------------------------
280: -- |---------------------------< insert_validate >----------------------------|
281: -- ----------------------------------------------------------------------------
282: Procedure insert_validate
283: (p_rec in hr_fdg_shd.g_rec_type
284: ) is
285: --
286: l_proc varchar2(72) := g_package||'insert_validate';
287: --

Line 320: (p_rec in hr_fdg_shd.g_rec_type

316: -- ----------------------------------------------------------------------------
317: -- |---------------------------< update_validate >----------------------------|
318: -- ----------------------------------------------------------------------------
319: Procedure update_validate
320: (p_rec in hr_fdg_shd.g_rec_type
321: ) is
322: --
323: l_proc varchar2(72) := g_package||'update_validate';
324: --

Line 361: (p_rec in hr_fdg_shd.g_rec_type

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