DBA Data[Home] [Help]

APPS.SSP_APAB_PKG dependencies on HR_LOOKUPS

Line 1515: from hr_lookups

1511: --
1512: cursor csr_rate_meaning (p_rate_band varchar2) is
1513: --
1514: select meaning
1515: from hr_lookups
1516: where lookup_type = 'ASPP_RATES'
1517: and lookup_code = p_rate_band;
1518: --
1519: begin