DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on HR_LOOKUPS

Line 1601: from hr_lookups

1597: --
1598: cursor csr_rate_meaning (p_rate_band varchar2) is
1599: --
1600: select meaning
1601: from hr_lookups
1602: where lookup_type = 'SAP_RATES'
1603: and lookup_code = p_rate_band;
1604: --
1605: begin