DBA Data[Home] [Help]

APPS.HR_API dependencies on HR_STANDARD_LOOKUPS

Line 931: from hr_standard_lookups

927: -- Declare Local cursors
928: --
929: cursor csr_hr_look is
930: select null
931: from hr_standard_lookups
932: where lookup_code = p_lookup_code
933: and lookup_type = p_lookup_type
934: and enabled_flag = 'Y'
935: and p_effective_date between