DBA Data[Home] [Help]

APPS.HR_NMF_BUS dependencies on HR_NMF_SHD

Line 182: ,p_rec in hr_nmf_shd.g_rec_type

178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure chk_non_updateable_args
181: (p_effective_date in date
182: ,p_rec in hr_nmf_shd.g_rec_type
183: ) IS
184: --
185: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
186: l_argument varchar2(30);

Line 198: IF NOT hr_nmf_shd.api_updating

194: --
195: -- Only proceed with the validation if a row exists for the current
196: -- record in the HR Schema.
197: --
198: IF NOT hr_nmf_shd.api_updating
199: (p_name_format_id => p_rec.name_format_id
200: ,p_object_version_number => p_rec.object_version_number
201: ) THEN
202: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 208: if nvl(p_rec.format_name,hr_api.g_varchar2) <> hr_nmf_shd.g_old_rec.format_name then

204: fnd_message.set_token('STEP ', '5');
205: fnd_message.raise_error;
206: END IF;
207: --
208: if nvl(p_rec.format_name,hr_api.g_varchar2) <> hr_nmf_shd.g_old_rec.format_name then
209: l_argument := 'format_name';
210: raise l_error;
211: end if;
212: --

Line 218: nvl(hr_nmf_shd.g_old_rec.legislation_code ,hr_api.g_varchar2)

214: hr_utility.set_location(l_proc, 20);
215: end if;
216: --
217: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>
218: nvl(hr_nmf_shd.g_old_rec.legislation_code ,hr_api.g_varchar2)
219: then
220: l_argument := 'legislation_code';
221: raise l_error;
222: end if;

Line 229: hr_nmf_shd.g_old_rec.user_format_choice then

225: hr_utility.set_location(l_proc, 30);
226: end if;
227: --
228: if nvl(p_rec.user_format_choice,hr_api.g_varchar2) <>
229: hr_nmf_shd.g_old_rec.user_format_choice then
230: l_argument := 'user_format_choice';
231: raise l_error;
232: end if;
233: --

Line 350: l_api_updating := hr_nmf_shd.api_updating

346: (p_api_name => l_proc,
347: p_argument => 'format name',
348: p_argument_value => p_format_name);
349: --
350: l_api_updating := hr_nmf_shd.api_updating
351: (p_name_format_id => p_name_format_id
352: ,p_object_version_number => p_object_version_number
353: );
354: --

Line 356: hr_nmf_shd.g_old_rec.format_name <> p_format_name) or

352: ,p_object_version_number => p_object_version_number
353: );
354: --
355: if ((l_api_updating and
356: hr_nmf_shd.g_old_rec.format_name <> p_format_name) or
357: (not l_api_updating)) then
358: --
359: if hr_api.not_exists_in_hrstanlookups
360: (p_effective_date => p_effective_date

Line 788: ,p_rec in hr_nmf_shd.g_rec_type

784: -- |---------------------------< insert_validate >----------------------------|
785: -- ----------------------------------------------------------------------------
786: Procedure insert_validate
787: (p_effective_date in date
788: ,p_rec in hr_nmf_shd.g_rec_type
789: ) is
790: --
791: l_proc varchar2(72) := g_package||'insert_validate';
792: --

Line 858: ,p_rec in hr_nmf_shd.g_rec_type

854: -- |---------------------------< update_validate >----------------------------|
855: -- ----------------------------------------------------------------------------
856: Procedure update_validate
857: (p_effective_date in date
858: ,p_rec in hr_nmf_shd.g_rec_type
859: ) is
860: --
861: l_proc varchar2(72) := g_package||'update_validate';
862: --

Line 901: (p_rec in hr_nmf_shd.g_rec_type

897: -- ----------------------------------------------------------------------------
898: -- |---------------------------< delete_validate >----------------------------|
899: -- ----------------------------------------------------------------------------
900: Procedure delete_validate
901: (p_rec in hr_nmf_shd.g_rec_type
902: ) is
903: --
904: l_proc varchar2(72) := g_package||' delete_validate';
905: --