DBA Data[Home] [Help]

APPS.PER_STC_BUS dependencies on STANDARD

Line 262: -- - updateable exists as a lookup code in HR_STANDARD_LOOKUPS

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

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

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

Line 269: -- - updateable doesn't exist as a lookup code in HR_STANDARD_LOOKUPS

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

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

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

Line 331: -- Check that the updateable flag exists in HR_STANDARD_LOOKUPS for the

327: -- Check if updateable is set
328: --
329: if p_updateable is not null then
330: --
331: -- Check that the updateable flag exists in HR_STANDARD_LOOKUPS for the
332: -- lookup type 'YES_NO' with an enabled flag set to 'Y'
333: -- and that the effective date is between start date
334: -- active and end date active in HR_STANDARD_LOOKUPS.
335: --

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

330: --
331: -- Check that the updateable flag exists in HR_STANDARD_LOOKUPS for the
332: -- lookup type 'YES_NO' with an enabled flag set to 'Y'
333: -- and that the effective date is between start date
334: -- active and end date active in HR_STANDARD_LOOKUPS.
335: --
336: if hr_api.not_exists_in_hrstanlookups
337: (p_effective_date => p_effective_date
338: ,p_lookup_type => 'YES_NO'

Line 374: -- - extensible exists as a lookup code in HR_STANDARD_LOOKUPS

370: -- p_object_version_number
371: --
372: -- Post Success:
373: -- Processing continues if:
374: -- - extensible exists as a lookup code in HR_STANDARD_LOOKUPS
375: -- for the lookup type 'YES_NO' where the enabled
376: -- flag is 'Y' and the effective date is between start date active
377: -- and end date active on HR_STANDARD_LOOKUPS.
378: --

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

373: -- Processing continues if:
374: -- - extensible exists as a lookup code in HR_STANDARD_LOOKUPS
375: -- for the lookup type 'YES_NO' where the enabled
376: -- flag is 'Y' and the effective date is between start date active
377: -- and end date active on HR_STANDARD_LOOKUPS.
378: --
379: -- Post Failure:
380: -- An application error is raised and processing is terminated if:
381: -- - extensible doesn't exist as a lookup code in HR_STANDARD_LOOKUPS

Line 381: -- - extensible doesn't exist as a lookup code in HR_STANDARD_LOOKUPS

377: -- and end date active on HR_STANDARD_LOOKUPS.
378: --
379: -- Post Failure:
380: -- An application error is raised and processing is terminated if:
381: -- - extensible doesn't exist as a lookup code in HR_STANDARD_LOOKUPS
382: -- for the lookup type 'YES_NO' where the enabled
383: -- flag is 'Y' and the effective date is between start date active
384: -- and end date active on HR_STANDARD_LOOKUPS.
385: --

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

380: -- An application error is raised and processing is terminated if:
381: -- - extensible doesn't exist as a lookup code in HR_STANDARD_LOOKUPS
382: -- for the lookup type 'YES_NO' where the enabled
383: -- flag is 'Y' and the effective date is between start date active
384: -- and end date active on HR_STANDARD_LOOKUPS.
385: --
386: -- Access Status:
387: -- Internal Table Handler Use Only.
388: --

Line 443: -- Check that the extensible flag exists in HR_STANDARD_LOOKUPS for the

439: -- Check if extensible is set
440: --
441: if p_extensible is not null then
442: --
443: -- Check that the extensible flag exists in HR_STANDARD_LOOKUPS for the
444: -- lookup type 'YES_NO' with an enabled flag set to 'Y'
445: -- and that the effective date is between start date
446: -- active and end date active in HR_STANDARD_LOOKUPS.
447: --

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

442: --
443: -- Check that the extensible flag exists in HR_STANDARD_LOOKUPS for the
444: -- lookup type 'YES_NO' with an enabled flag set to 'Y'
445: -- and that the effective date is between start date
446: -- active and end date active in HR_STANDARD_LOOKUPS.
447: --
448: if hr_api.not_exists_in_hrstanlookups
449: (p_effective_date => p_effective_date
450: ,p_lookup_type => 'YES_NO'

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

477: hr_utility.set_location('Entering:'||l_proc, 5);
478: --
479: -- Call all supporting business operations
480: --
481: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
482: --
483: -- Validate Dependent Attributes
484: --
485: chk_updateable

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

517: hr_utility.set_location('Entering:'||l_proc, 5);
518: --
519: -- Call all supporting business operations
520: --
521: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
522: --
523: -- Validate Dependent Attributes
524: --
525: chk_non_updateable_args