DBA Data[Home] [Help]

APPS.PER_JOB_EVALUATIONS_PKG dependencies on HR_LOOKUPS

Line 10: from hr_lookups

6: p_measured_in_name in out varchar2,
7: p_measured_in in varchar2) is
8: --
9: cursor csr_system is select meaning
10: from hr_lookups
11: where lookup_type = 'EVAL_SYSTEM'
12: and lookup_code = p_system;
13: --
14: cursor csr_measured is select meaning

Line 15: from hr_lookups

11: where lookup_type = 'EVAL_SYSTEM'
12: and lookup_code = p_system;
13: --
14: cursor csr_measured is select meaning
15: from hr_lookups
16: where lookup_type = 'EVAL_SYSTEM_MEAS'
17: and lookup_code = p_measured_in;
18: --
19: begin