DBA Data[Home] [Help]

APPS.PER_ASS_STATUSES_PKG dependencies on HR_LOOKUPS

Line 302: from hr_lookups

298: type varchar2_table is table of varchar2(30) index by binary_integer;
299: --
300: cursor csr1 is
301: select lookup_code status
302: from hr_lookups
303: where lookup_type = 'PER_ASS_SYS_STATUS'
304: order by lookup_code;
305: --
306: cursor csr2 is