DBA Data[Home] [Help]

APPS.PER_SLS_BUS dependencies on STANDARD

Line 248: -- HR_STANDARD_LOOKUPS for the lookup type 'PER_SOLUTION_STATUSES' with

244: --
245: -- Description:
246: -- Checks that a status value is valid
247: -- - Validates that the status exists as a lookup code on
248: -- HR_STANDARD_LOOKUPS for the lookup type 'PER_SOLUTION_STATUSES' with
249: -- an enabled flag set to 'Y' and the effective date between the
250: -- start date active and end date active on HR_STANDARD_LOOKUPS.
251: --
252: -- Pre-conditions:

Line 250: -- start date active and end date active on HR_STANDARD_LOOKUPS.

246: -- Checks that a status value is valid
247: -- - Validates that the status exists as a lookup code on
248: -- HR_STANDARD_LOOKUPS for the lookup type 'PER_SOLUTION_STATUSES' with
249: -- an enabled flag set to 'Y' and the effective date between the
250: -- start date active and end date active on HR_STANDARD_LOOKUPS.
251: --
252: -- Pre-conditions:
253: -- None
254: --

Line 264: -- - status exists as a lookup code in HR_STANDARD_LOOKUPS

260: -- p_object_version_number
261: --
262: -- Post Success:
263: -- Processing continues if:
264: -- - status exists as a lookup code in HR_STANDARD_LOOKUPS
265: -- for the lookup type 'PER_SOLUTION_STATUSES' where the enabled
266: -- flag is 'Y' and the effective date is between start date active
267: -- and end date active on HR_STANDARD_LOOKUPS.
268: --

Line 267: -- and end date active on HR_STANDARD_LOOKUPS.

263: -- Processing continues if:
264: -- - status exists as a lookup code in HR_STANDARD_LOOKUPS
265: -- for the lookup type 'PER_SOLUTION_STATUSES' where the enabled
266: -- flag is 'Y' and the effective date is between start date active
267: -- and end date active on HR_STANDARD_LOOKUPS.
268: --
269: -- Post Failure:
270: -- An application error is raised and processing is terminated if:
271: -- - status doesn't exist as a lookup code in HR_STANDARD_LOOKUPS

Line 271: -- - status doesn't exist as a lookup code in HR_STANDARD_LOOKUPS

267: -- and end date active on HR_STANDARD_LOOKUPS.
268: --
269: -- Post Failure:
270: -- An application error is raised and processing is terminated if:
271: -- - status doesn't exist as a lookup code in HR_STANDARD_LOOKUPS
272: -- for the lookup type 'PER_SOLUTION_STATUSES' where the enabled
273: -- flag is 'Y' and the effective date is between start date active
274: -- and end date active on HR_STANDARD_LOOKUPS.
275: --

Line 274: -- and end date active on HR_STANDARD_LOOKUPS.

270: -- An application error is raised and processing is terminated if:
271: -- - status doesn't exist as a lookup code in HR_STANDARD_LOOKUPS
272: -- for the lookup type 'PER_SOLUTION_STATUSES' where the enabled
273: -- flag is 'Y' and the effective date is between start date active
274: -- and end date active on HR_STANDARD_LOOKUPS.
275: --
276: -- Access Status:
277: -- Internal Table Handler Use Only.
278: --

Line 326: -- Check that the status exists in HR_STANDARD_LOOKUPS for the

322: -- Check if solution category is set
323: --
324: if p_status is not null then
325: --
326: -- Check that the status exists in HR_STANDARD_LOOKUPS for the
327: -- lookup type 'PER_SOLUTION_STATUSES' with an enabled flag set to 'Y'
328: -- and that the effective date is between start date
329: -- active and end date active in HR_STANDARD_LOOKUPS.
330: --

Line 329: -- active and end date active in HR_STANDARD_LOOKUPS.

325: --
326: -- Check that the status exists in HR_STANDARD_LOOKUPS for the
327: -- lookup type 'PER_SOLUTION_STATUSES' with an enabled flag set to 'Y'
328: -- and that the effective date is between start date
329: -- active and end date active in HR_STANDARD_LOOKUPS.
330: --
331: if hr_api.not_exists_in_hrstanlookups
332: (p_effective_date => p_effective_date
333: ,p_lookup_type => 'PER_SOLUTION_STATUSES'

Line 364: -- No business group context. HR_STANDARD_LOOKUPS used for validation.

360: hr_utility.set_location('Entering:'||l_proc, 5);
361: --
362: -- Call all supporting business operations
363: --
364: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
365: --
366: -- Validate Dependent Attributes
367: --
368: chk_status

Line 394: -- No business group context. HR_STANDARD_LOOKUPS used for validation.

390: hr_utility.set_location('Entering:'||l_proc, 5);
391: --
392: -- Call all supporting business operations
393: --
394: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
395: --
396: -- Validate Dependent Attributes
397: --
398: chk_non_updateable_args