DBA Data[Home] [Help]

APPS.HR_FTP_BUS dependencies on HR_FTP_SHD

Line 91: ,p_rec in hr_ftp_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_ftp_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_ftp_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_ftp_shd.api_updating
104: (p_form_tab_page_id => p_rec.form_tab_page_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_ftp_shd.g_old_rec.form_canvas_id,hr_api.g_number)

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

Line 151: l_api_updating := hr_ftp_shd.api_updating

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 10);
150: --
151: l_api_updating := hr_ftp_shd.api_updating
152: (p_form_tab_page_id => p_form_tab_page_id
153: ,p_object_version_number => p_object_version_number
154: );
155: hr_utility.set_location(l_proc,20);

Line 160: and nvl(hr_ftp_shd.g_old_rec.form_canvas_id,hr_api.g_number) <>

156: --
157: -- Only proceed with SQL validation if absolutely necessary
158: --
159: if ( ( l_api_updating
160: and nvl(hr_ftp_shd.g_old_rec.form_canvas_id,hr_api.g_number) <>
161: nvl(p_form_canvas_id,hr_api.g_number))
162: or (NOT l_api_updating)) then
163: --
164: hr_utility.set_location(l_proc,30);

Line 299: l_api_updating := hr_ftp_shd.api_updating

295: ,p_argument => 'effective_date'
296: ,p_argument_value => p_effective_date
297: );
298: --
299: l_api_updating := hr_ftp_shd.api_updating
300: (p_form_tab_page_id => p_form_tab_page_id
301: ,p_object_version_number => p_object_version_number
302: );
303: hr_utility.set_location(l_proc,20);

Line 308: and nvl(hr_ftp_shd.g_old_rec.visible_override,hr_api.g_number) <>

304: --
305: -- Only proceed with SQL validation if absolutely necessary
306: --
307: if ( ( l_api_updating
308: and nvl(hr_ftp_shd.g_old_rec.visible_override,hr_api.g_number) <>
309: nvl(p_visible_override,hr_api.g_number))
310: or (NOT l_api_updating)) then
311: --
312: hr_utility.set_location(l_proc,30);

Line 343: (p_rec in hr_ftp_shd.g_rec_type

339: -- ----------------------------------------------------------------------------
340: -- |------------------------------< chk_delete >------------------------------|
341: -- ----------------------------------------------------------------------------
342: Procedure chk_delete
343: (p_rec in hr_ftp_shd.g_rec_type
344: ) is
345: --
346: l_proc varchar2(72) := g_package||'chk_delete';
347: --

Line 363: ,p_rec in hr_ftp_shd.g_rec_type

359: -- |---------------------------< insert_validate >----------------------------|
360: -- ----------------------------------------------------------------------------
361: Procedure insert_validate
362: (p_effective_date in date
363: ,p_rec in hr_ftp_shd.g_rec_type
364: ) is
365: --
366: l_proc varchar2(72) := g_package||'insert_validate';
367: --

Line 410: ,p_rec in hr_ftp_shd.g_rec_type

406: -- |---------------------------< update_validate >----------------------------|
407: -- ----------------------------------------------------------------------------
408: Procedure update_validate
409: (p_effective_date in date
410: ,p_rec in hr_ftp_shd.g_rec_type
411: ) is
412: --
413: l_proc varchar2(72) := g_package||'update_validate';
414: --

Line 461: (p_rec in hr_ftp_shd.g_rec_type

457: -- ----------------------------------------------------------------------------
458: -- |---------------------------< delete_validate >----------------------------|
459: -- ----------------------------------------------------------------------------
460: Procedure delete_validate
461: (p_rec in hr_ftp_shd.g_rec_type
462: ) is
463: --
464: l_proc varchar2(72) := g_package||'delete_validate';
465: --