DBA Data[Home] [Help]

APPS.SSP_APAD_PKG dependencies on HR_LOOKUPS

Line 1432: from hr_lookups

1428: --
1429: cursor csr_rate_meaning (p_rate_band varchar2) is
1430: --
1431: select meaning
1432: from hr_lookups
1433: where lookup_type = 'ASPP_RATES'
1434: and lookup_code = p_rate_band;
1435: --
1436: begin