DBA Data[Home] [Help]

APPS.PER_PSO_BUS dependencies on PER_PSO_SHD

Line 163: (p_rec in per_pso_shd.g_rec_type

159: -- |-----------------------< chk_organization_id >----------------------------|
160: -- ----------------------------------------------------------------------------
161: --
162: Procedure chk_organization_id
163: (p_rec in per_pso_shd.g_rec_type
164: ) IS
165: --
166: l_proc varchar2(72) := g_package || 'chk_organization_id';
167: --

Line 200: (p_associated_column1 => per_pso_shd.g_tab_nam||'.ORGANIZATION_ID'

196:
197: exception
198: when app_exception.application_exception then
199: if hr_multi_message.exception_add
200: (p_associated_column1 => per_pso_shd.g_tab_nam||'.ORGANIZATION_ID'
201: ) then
202: hr_utility.set_location(' Leaving:'|| l_proc, 40);
203: raise;
204: end if;

Line 213: (p_rec in per_pso_shd.g_rec_type

209: -- |---------------------< chk_security_profile_id >--------------------------|
210: -- ----------------------------------------------------------------------------
211: --
212: Procedure chk_security_profile_id
213: (p_rec in per_pso_shd.g_rec_type
214: ) IS
215: --
216: l_proc varchar2(72) := g_package || 'chk_security_profile_id';
217: --

Line 236: (p_associated_column1 => per_pso_shd.g_tab_nam||'.ORGANIZATION_ID'

232: --
233: exception
234: when app_exception.application_exception then
235: if hr_multi_message.exception_add
236: (p_associated_column1 => per_pso_shd.g_tab_nam||'.ORGANIZATION_ID'
237: ) then
238: hr_utility.set_location(' Leaving:'|| l_proc, 40);
239: raise;
240: end if;

Line 273: (p_rec in per_pso_shd.g_rec_type

269: --
270: -- {End Of Comments}
271: -- ----------------------------------------------------------------------------
272: Procedure chk_non_updateable_args
273: (p_rec in per_pso_shd.g_rec_type
274: ) IS
275: --
276: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
277: --

Line 283: IF NOT per_pso_shd.api_updating

279: --
280: -- Only proceed with the validation if a row exists for the current
281: -- record in the HR Schema.
282: --
283: IF NOT per_pso_shd.api_updating
284: (p_security_organization_id => p_rec.security_organization_id
285: ,p_object_version_number => p_rec.object_version_number
286: ) THEN
287: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 300: (p_rec in per_pso_shd.g_rec_type

296: -- ----------------------------------------------------------------------------
297: -- |---------------------------< insert_validate >----------------------------|
298: -- ----------------------------------------------------------------------------
299: Procedure insert_validate
300: (p_rec in per_pso_shd.g_rec_type
301: ) is
302: --
303: l_proc varchar2(72) := g_package||'insert_validate';
304: --

Line 334: (p_rec in per_pso_shd.g_rec_type

330: -- ----------------------------------------------------------------------------
331: -- |---------------------------< update_validate >----------------------------|
332: -- ----------------------------------------------------------------------------
333: Procedure update_validate
334: (p_rec in per_pso_shd.g_rec_type
335: ) is
336: --
337: l_proc varchar2(72) := g_package||'update_validate';
338: --

Line 369: (p_rec in per_pso_shd.g_rec_type

365: -- ----------------------------------------------------------------------------
366: -- |---------------------------< delete_validate >----------------------------|
367: -- ----------------------------------------------------------------------------
368: Procedure delete_validate
369: (p_rec in per_pso_shd.g_rec_type
370: ) is
371: --
372: l_proc varchar2(72) := g_package||'delete_validate';
373: --