DBA Data[Home] [Help]

APPS.PER_SOL_BUS dependencies on STANDARD

Line 226: -- HR_STANDARD_LOOKUPS for the lookup type 'PER_SOLUTION_VERTICALS' with

222: --
223: -- Description:
224: -- Checks that a vertical value is valid
225: -- - Validates that the vertical exists as a lookup code on
226: -- HR_STANDARD_LOOKUPS for the lookup type 'PER_SOLUTION_VERTICALS' with
227: -- an enabled flag set to 'Y' and the effective date between the
228: -- start date active and end date active on HR_STANDARD_LOOKUPS.
229: --
230: -- Pre-conditions:

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

224: -- Checks that a vertical value is valid
225: -- - Validates that the vertical exists as a lookup code on
226: -- HR_STANDARD_LOOKUPS for the lookup type 'PER_SOLUTION_VERTICALS' with
227: -- an enabled flag set to 'Y' and the effective date between the
228: -- start date active and end date active on HR_STANDARD_LOOKUPS.
229: --
230: -- Pre-conditions:
231: -- None
232: --

Line 241: -- - vertical exists as a lookup code in HR_STANDARD_LOOKUPS

237: -- p_object_version_number
238: --
239: -- Post Success:
240: -- Processing continues if:
241: -- - vertical exists as a lookup code in HR_STANDARD_LOOKUPS
242: -- for the lookup type 'PER_SOLUTION_VERTICALS' where the enabled
243: -- flag is 'Y' and the effective date is between start date active
244: -- and end date active on HR_STANDARD_LOOKUPS.
245: --

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

240: -- Processing continues if:
241: -- - vertical exists as a lookup code in HR_STANDARD_LOOKUPS
242: -- for the lookup type 'PER_SOLUTION_VERTICALS' where the enabled
243: -- flag is 'Y' and the effective date is between start date active
244: -- and end date active on HR_STANDARD_LOOKUPS.
245: --
246: -- Post Failure:
247: -- An application error is raised and processing is terminated if:
248: -- - vertical doesn't exist as a lookup code in HR_STANDARD_LOOKUPS

Line 248: -- - vertical doesn't exist as a lookup code in HR_STANDARD_LOOKUPS

244: -- and end date active on HR_STANDARD_LOOKUPS.
245: --
246: -- Post Failure:
247: -- An application error is raised and processing is terminated if:
248: -- - vertical doesn't exist as a lookup code in HR_STANDARD_LOOKUPS
249: -- for the lookup type 'PER_SOLUTION_VERTICALS' where the enabled
250: -- flag is 'Y' and the effective date is between start date active
251: -- and end date active on HR_STANDARD_LOOKUPS.
252: --

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

247: -- An application error is raised and processing is terminated if:
248: -- - vertical doesn't exist as a lookup code in HR_STANDARD_LOOKUPS
249: -- for the lookup type 'PER_SOLUTION_VERTICALS' where the enabled
250: -- flag is 'Y' and the effective date is between start date active
251: -- and end date active on HR_STANDARD_LOOKUPS.
252: --
253: -- Access Status:
254: -- Internal Table Handler Use Only.
255: --

Line 300: -- Check that the vertical exists in HR_STANDARD_LOOKUPS for the

296: -- Check if vertical is set
297: --
298: if p_vertical is not null then
299: --
300: -- Check that the vertical exists in HR_STANDARD_LOOKUPS for the
301: -- lookup type 'PER_SOLUTION_VERTICALS' with an enabled flag set to 'Y'
302: -- and that the effective date is between start date
303: -- active and end date active in HR_STANDARD_LOOKUPS.
304: --

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

299: --
300: -- Check that the vertical exists in HR_STANDARD_LOOKUPS for the
301: -- lookup type 'PER_SOLUTION_VERTICALS' with an enabled flag set to 'Y'
302: -- and that the effective date is between start date
303: -- active and end date active in HR_STANDARD_LOOKUPS.
304: --
305: if hr_api.not_exists_in_hrstanlookups
306: (p_effective_date => p_effective_date
307: ,p_lookup_type => 'PER_SOLUTION_VERTICALS'

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

334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: -- Call all supporting business operations
337: --
338: -- No business group context. HR_STANDARD_LOOKUPS used for validation."
339: --
340: -- Validate Dependent Attributes
341: --
342: --

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

364: hr_utility.set_location('Entering:'||l_proc, 5);
365: --
366: -- Call all supporting business operations
367: --
368: -- No business group context. HR_STANDARD_LOOKUPS used for validation."
369: --
370: -- Validate Dependent Attributes
371: --
372: chk_non_updateable_args