DBA Data[Home] [Help]

APPS.HR_PDE_BUS dependencies on HR_PDE_SHD

Line 119: (p_rec in hr_pde_shd.g_rec_type

115: --
116: -- {End Of Comments}
117: -- ----------------------------------------------------------------------------
118: Procedure chk_non_updateable_args
119: (p_rec in hr_pde_shd.g_rec_type
120: ) IS
121: --
122: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
123: l_error exception;

Line 133: IF NOT hr_pde_shd.api_updating

129: --
130: -- Only proceed with the validation if a row exists for the current
131: -- record in the HR Schema.
132: --
133: IF NOT hr_pde_shd.api_updating
134: (p_person_deplymt_eit_id => p_rec.person_deplymt_eit_id
135: ,p_object_version_number => p_rec.object_version_number
136: ) THEN
137: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 146: <> nvl(hr_pde_shd.g_old_rec.person_deployment_id,hr_api.g_number) then

142: --
143: hr_utility.set_location (l_proc, 20);
144: --
145: if nvl(p_rec.person_deployment_id,hr_api.g_number)
146: <> nvl(hr_pde_shd.g_old_rec.person_deployment_id,hr_api.g_number) then
147: l_argument := 'person_deployment_id';
148: raise l_error;
149: end if;
150: --

Line 152: <> nvl(hr_pde_shd.g_old_rec.person_extra_info_id,hr_api.g_number) then

148: raise l_error;
149: end if;
150: --
151: if nvl(p_rec.person_extra_info_id,hr_api.g_number)
152: <> nvl(hr_pde_shd.g_old_rec.person_extra_info_id,hr_api.g_number) then
153: l_argument := 'person_extra_info_id';
154: raise l_error;
155: end if;
156: --

Line 357: (p_rec in hr_pde_shd.g_rec_type

353: -- ----------------------------------------------------------------------------
354: -- |---------------------------< insert_validate >----------------------------|
355: -- ----------------------------------------------------------------------------
356: Procedure insert_validate
357: (p_rec in hr_pde_shd.g_rec_type
358: ) is
359: --
360: l_proc varchar2(72) := g_package||'insert_validate';
361: --

Line 385: (p_rec in hr_pde_shd.g_rec_type

381: -- ----------------------------------------------------------------------------
382: -- |---------------------------< update_validate >----------------------------|
383: -- ----------------------------------------------------------------------------
384: Procedure update_validate
385: (p_rec in hr_pde_shd.g_rec_type
386: ) is
387: --
388: l_proc varchar2(72) := g_package||'update_validate';
389: --

Line 412: (p_rec in hr_pde_shd.g_rec_type

408: -- ----------------------------------------------------------------------------
409: -- |---------------------------< delete_validate >----------------------------|
410: -- ----------------------------------------------------------------------------
411: Procedure delete_validate
412: (p_rec in hr_pde_shd.g_rec_type
413: ) is
414: --
415: l_proc varchar2(72) := g_package||'delete_validate';
416: --