DBA Data[Home] [Help]

APPS.HR_API dependencies on HR_STANDARD_LOOKUPS

Line 935: from hr_standard_lookups

931: -- Declare Local cursors
932: --
933: cursor csr_hr_look is
934: select null
935: from hr_standard_lookups
936: where lookup_code = p_lookup_code
937: and lookup_type = p_lookup_type
938: and enabled_flag = 'Y'
939: and p_effective_date between