DBA Data[Home] [Help]

APPS.HR_FCN_BUS dependencies on HR_FCN_SHD

Line 91: ,p_rec in hr_fcn_shd.g_rec_type

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

Line 103: IF NOT hr_fcn_shd.api_updating

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

Line 114: nvl(hr_fcn_shd.g_old_rec.form_window_id,hr_api.g_number)

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

Line 121: nvl(hr_fcn_shd.g_old_rec.canvas_type,hr_api.g_varchar2)

117: RAISE l_error;
118: END IF;
119: --
120: IF (nvl(p_rec.canvas_type,hr_api.g_varchar2) <>
121: nvl(hr_fcn_shd.g_old_rec.canvas_type,hr_api.g_varchar2)
122: ) THEN
123: l_argument := 'canvas_type';
124: RAISE l_error;
125: END IF;

Line 223: l_api_updating := hr_fcn_shd.api_updating

219: ,p_argument => 'effective_date'
220: ,p_argument_value => p_effective_date
221: );
222: --
223: l_api_updating := hr_fcn_shd.api_updating
224: (p_form_canvas_id => p_form_canvas_id
225: ,p_object_version_number => p_object_version_number
226: );
227: hr_utility.set_location(l_proc,20);

Line 232: and nvl(hr_fcn_shd.g_old_rec.canvas_type,hr_api.g_varchar2) <>

228: --
229: -- Only proceed with SQL validation if absolutely necessary
230: --
231: if ( ( l_api_updating
232: and nvl(hr_fcn_shd.g_old_rec.canvas_type,hr_api.g_varchar2) <>
233: nvl(p_canvas_type,hr_api.g_varchar2))
234: or (NOT l_api_updating)) then
235: --
236: hr_utility.set_location(l_proc,30);

Line 270: (p_rec in hr_fcn_shd.g_rec_type

266: -- ----------------------------------------------------------------------------
267: -- |------------------------------< chk_delete >------------------------------|
268: -- ----------------------------------------------------------------------------
269: Procedure chk_delete
270: (p_rec in hr_fcn_shd.g_rec_type
271: ) is
272: --
273: l_proc varchar2(72) := g_package||'chk_delete';
274: --

Line 290: ,p_rec in hr_fcn_shd.g_rec_type

286: -- |---------------------------< insert_validate >----------------------------|
287: -- ----------------------------------------------------------------------------
288: Procedure insert_validate
289: (p_effective_date in date
290: ,p_rec in hr_fcn_shd.g_rec_type
291: ) is
292: --
293: l_proc varchar2(72) := g_package||'insert_validate';
294: --

Line 338: ,p_rec in hr_fcn_shd.g_rec_type

334: -- |---------------------------< update_validate >----------------------------|
335: -- ----------------------------------------------------------------------------
336: Procedure update_validate
337: (p_effective_date in date
338: ,p_rec in hr_fcn_shd.g_rec_type
339: ) is
340: --
341: l_proc varchar2(72) := g_package||'update_validate';
342: --

Line 390: (p_rec in hr_fcn_shd.g_rec_type

386: -- ----------------------------------------------------------------------------
387: -- |---------------------------< delete_validate >----------------------------|
388: -- ----------------------------------------------------------------------------
389: Procedure delete_validate
390: (p_rec in hr_fcn_shd.g_rec_type
391: ) is
392: --
393: l_proc varchar2(72) := g_package||'delete_validate';
394: --