DBA Data[Home] [Help]

APPS.SSP_PAB_PKG dependencies on HR_LOOKUPS

Line 1541: from hr_lookups

1537: --
1538: cursor csr_rate_meaning (p_rate_band varchar2) is
1539: --
1540: select meaning
1541: from hr_lookups
1542: where lookup_type = 'SPP_RATES'
1543: and lookup_code = p_rate_band;
1544: --
1545: begin