DBA Data[Home] [Help]

APPS.HR_FWN_BUS dependencies on HR_FWN_SHD

Line 90: (p_rec in hr_fwn_shd.g_rec_type

86: --
87: -- {End Of Comments}
88: -- ----------------------------------------------------------------------------
89: Procedure chk_non_updateable_args
90: (p_rec in hr_fwn_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_fwn_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_fwn_shd.api_updating
103: (p_form_window_id => p_rec.form_window_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_fwn_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_fwn_shd.g_old_rec.application_id,hr_api.g_number)
114: ) THEN
115: l_argument := 'form_window_id';
116: RAISE l_error;
117: END IF;

Line 120: nvl(hr_fwn_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_fwn_shd.g_old_rec.form_id,hr_api.g_number)
121: ) THEN
122: l_argument := 'form_window_id';
123: RAISE l_error;
124: END IF;

Line 263: (p_rec in hr_fwn_shd.g_rec_type

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

Line 282: (p_rec in hr_fwn_shd.g_rec_type

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

Line 319: (p_rec in hr_fwn_shd.g_rec_type

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

Line 360: (p_rec in hr_fwn_shd.g_rec_type

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