DBA Data[Home] [Help]

APPS.HR_PDC_BUS dependencies on HR_PDC_SHD

Line 119: (p_rec in hr_pdc_shd.g_rec_type

115: --
116: -- {End Of Comments}
117: -- ----------------------------------------------------------------------------
118: Procedure chk_non_updateable_args
119: (p_rec in hr_pdc_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_pdc_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_pdc_shd.api_updating
134: (p_person_deplymt_contact_id => p_rec.person_deplymt_contact_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_pdc_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_pdc_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_pdc_shd.g_old_rec.contact_relationship_id,hr_api.g_number) then

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

Line 327: (p_rec in hr_pdc_shd.g_rec_type

323: -- ----------------------------------------------------------------------------
324: -- |---------------------------< insert_validate >----------------------------|
325: -- ----------------------------------------------------------------------------
326: Procedure insert_validate
327: (p_rec in hr_pdc_shd.g_rec_type
328: ) is
329: --
330: l_proc varchar2(72) := g_package||'insert_validate';
331: --

Line 356: (p_rec in hr_pdc_shd.g_rec_type

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

Line 382: (p_rec in hr_pdc_shd.g_rec_type

378: -- ----------------------------------------------------------------------------
379: -- |---------------------------< delete_validate >----------------------------|
380: -- ----------------------------------------------------------------------------
381: Procedure delete_validate
382: (p_rec in hr_pdc_shd.g_rec_type
383: ) is
384: --
385: l_proc varchar2(72) := g_package||'delete_validate';
386: --