DBA Data[Home] [Help]

APPS.SSP_SAP_PKG dependencies on HR_LOOKUPS

Line 1608: from hr_lookups

1604: --
1605: cursor csr_rate_meaning (p_rate_band varchar2) is
1606: --
1607: select meaning
1608: from hr_lookups
1609: where lookup_type = 'SAP_RATES'
1610: and lookup_code = p_rate_band;
1611: --
1612: begin