DBA Data[Home] [Help]

APPS.SSP_PAD_PKG dependencies on HR_LOOKUPS

Line 1444: from hr_lookups

1440: --
1441: cursor csr_rate_meaning (p_rate_band varchar2) is
1442: --
1443: select meaning
1444: from hr_lookups
1445: where lookup_type = 'SPP_RATES'
1446: and lookup_code = p_rate_band;
1447: --
1448: begin