[Home] [Help]
APPS.PAY_BATCH_ELEMENT_ENTRY_API dependencies on HR_LOOKUPS
Line 66: from hr_lookups HL
62: cursor csr_valid_lookup
63: (p_lookup_type varchar2,
64: p_meaning varchar2) is
65: select HL.lookup_code
66: from hr_lookups HL
67: where HL.lookup_type = p_lookup_type
68: and HL.meaning = p_meaning;
69: --
70: begin