DBA Data[Home] [Help]

APPS.HR_PUMP_GET dependencies on HR_LOOKUPS

Line 4710: l_code hr_lookups.lookup_code%type;

4706: p_lookup_type in varchar2,
4707: p_effective_date in date default null,
4708: p_language_code in varchar2 default null
4709: ) return varchar2 is
4710: l_code hr_lookups.lookup_code%type;
4711: l_effective_date date;
4712: l_language_code varchar2(2000);
4713: begin
4714: --

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

4768: when no_data_found then
4769: --
4770: -- If the meaning could not be matched, assume that the user
4771: -- entered the code directly. This part of the code used to
4772: -- check against HR_LOOKUPS, but HR_LOOKUPS requires the
4773: -- legislation context to be set in HR_SESSION_DATA now.
4774: -- Such an additional check is unnecessary because the API
4775: -- should be able to pick up bad code values.
4776: --