DBA Data[Home] [Help]

APPS.HR_API dependencies on STANDARD

Line 329: -- that a non-DateTracked entity lookup code exists in hr_standard_lookups.

325: -- {Start Of Comments}
326: --
327: -- Description:
328: -- A supporting function for row handler lookup validation. Used to validate
329: -- that a non-DateTracked entity lookup code exists in hr_standard_lookups.
330: -- This function must be used where data is outside of a business group
331: -- context. Returns TRUE if the lookup code does not exist at all, or it is
332: -- not enabled or it does not exist as the effective date.
333: --

Line 498: -- that a DateTracked entity lookup code exists in hr_standard_lookups.

494: -- {Start Of Comments}
495: --
496: -- Description:
497: -- A supporting function for row handler lookup validation. Used to validate
498: -- that a DateTracked entity lookup code exists in hr_standard_lookups.
499: -- This function must be used where data is outside a business group
500: -- context. Returns TRUE if the lookup code does not exist at all, or it is
501: -- not enabled or it does not exist as the effective date.
502: --