DBA Data[Home] [Help]

APPS.PER_SLS_BUS dependencies on PER_SLS_SHD

Line 215: ,p_rec in per_sls_shd.g_rec_type

211: -- {End Of Comments}
212: -- ----------------------------------------------------------------------------
213: Procedure chk_non_updateable_args
214: (p_effective_date in date
215: ,p_rec in per_sls_shd.g_rec_type
216: ) IS
217: --
218: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
219: --

Line 225: IF NOT per_sls_shd.api_updating

221: --
222: -- Only proceed with the validation if a row exists for the current
223: -- record in the HR Schema.
224: --
225: IF NOT per_sls_shd.api_updating
226: (p_solution_set_name => p_rec.solution_set_name
227: ,p_user_id => p_rec.user_id
228: ,p_object_version_number => p_rec.object_version_number
229: ) THEN

Line 309: l_api_updating := per_sls_shd.api_updating

305: -- b) The solution category value has changed
306: -- c) A record is being inserted
307: --
308: hr_utility.set_location(l_proc, 30);
309: l_api_updating := per_sls_shd.api_updating
310: (p_solution_set_name => p_solution_set_name
311: ,p_user_id => p_user_id
312: ,p_object_version_number => p_object_version_number
313: );

Line 315: and nvl(per_sls_shd.g_old_rec.status, hr_api.g_varchar2)

311: ,p_user_id => p_user_id
312: ,p_object_version_number => p_object_version_number
313: );
314: if ((l_api_updating
315: and nvl(per_sls_shd.g_old_rec.status, hr_api.g_varchar2)
316: <> nvl(p_status,hr_api.g_varchar2))
317: or
318: (NOT l_api_updating))
319: then

Line 354: ,p_rec in per_sls_shd.g_rec_type

350: -- |---------------------------< insert_validate >----------------------------|
351: -- ----------------------------------------------------------------------------
352: Procedure insert_validate
353: (p_effective_date in date
354: ,p_rec in per_sls_shd.g_rec_type
355: ) is
356: --
357: l_proc varchar2(72) := g_package||'insert_validate';
358: --

Line 384: ,p_rec in per_sls_shd.g_rec_type

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

Line 419: (p_rec in per_sls_shd.g_rec_type

415: -- ----------------------------------------------------------------------------
416: -- |---------------------------< delete_validate >----------------------------|
417: -- ----------------------------------------------------------------------------
418: Procedure delete_validate
419: (p_rec in per_sls_shd.g_rec_type
420: ) is
421: --
422: l_proc varchar2(72) := g_package||'delete_validate';
423: --