DBA Data[Home] [Help]

APPS.PAY_BATCH_ELEMENT_ENTRY_API dependencies on HR_LOOKUPS

Line 65: from hr_lookups HL

61: cursor csr_valid_lookup
62: (p_lookup_type varchar2,
63: p_meaning varchar2) is
64: select HL.lookup_code
65: from hr_lookups HL
66: where HL.lookup_type = p_lookup_type
67: and HL.meaning = p_meaning;
68: --
69: begin