DBA Data[Home] [Help]

APPS.SSP_PAB_PKG dependencies on HR_LOOKUPS

Line 1532: from hr_lookups

1528: --
1529: cursor csr_rate_meaning (p_rate_band varchar2) is
1530: --
1531: select meaning
1532: from hr_lookups
1533: where lookup_type = 'SPP_RATES'
1534: and lookup_code = p_rate_band;
1535: --
1536: begin