DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on HR_LOOKUPS

Line 4737: l_code hr_lookups.lookup_code%type;

4733: p_lookup_type in varchar2,
4734: p_effective_date in date default null,
4735: p_language_code in varchar2 default null
4736: ) return varchar2 is
4737: l_code hr_lookups.lookup_code%type;
4738: l_effective_date date;
4739: l_language_code varchar2(2000);
4740: begin
4741: --

Line 4799: -- check against HR_LOOKUPS, but HR_LOOKUPS requires the

4795: when no_data_found then
4796: --
4797: -- If the meaning could not be matched, assume that the user
4798: -- entered the code directly. This part of the code used to
4799: -- check against HR_LOOKUPS, but HR_LOOKUPS requires the
4800: -- legislation context to be set in HR_SESSION_DATA now.
4801: -- Such an additional check is unnecessary because the API
4802: -- should be able to pick up bad code values.
4803: --