DBA Data[Home] [Help]

APPS.PER_ASS_STATUSES_PKG dependencies on HR_LOOKUPS

Line 344: from hr_lookups

340: type varchar2_table is table of varchar2(30) index by binary_integer;
341: --
342: cursor csr1 is
343: select lookup_code status
344: from hr_lookups
345: where lookup_type = 'PER_ASS_SYS_STATUS'
346: order by lookup_code;
347: --
348: cursor csr2 is