DBA Data[Home] [Help]

APPS.GHR_WGI_PKG dependencies on HR_LOOKUPS

Line 41: p_lookup_type in hr_lookups.lookup_type%TYPE,

37: p_nature_of_action_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,
38: p_description out nocopy ghr_nature_of_actions.description%type);
39: --
40: function Get_fnd_lookup_meaning (
41: p_lookup_type in hr_lookups.lookup_type%TYPE,
42: p_lookup_code in hr_lookups.lookup_code%TYPE,
43: p_effective_date in date default sysdate )
44: return hr_lookups.meaning%TYPE ;
45:

Line 42: p_lookup_code in hr_lookups.lookup_code%TYPE,

38: p_description out nocopy ghr_nature_of_actions.description%type);
39: --
40: function Get_fnd_lookup_meaning (
41: p_lookup_type in hr_lookups.lookup_type%TYPE,
42: p_lookup_code in hr_lookups.lookup_code%TYPE,
43: p_effective_date in date default sysdate )
44: return hr_lookups.meaning%TYPE ;
45:
46: --

Line 44: return hr_lookups.meaning%TYPE ;

40: function Get_fnd_lookup_meaning (
41: p_lookup_type in hr_lookups.lookup_type%TYPE,
42: p_lookup_code in hr_lookups.lookup_code%TYPE,
43: p_effective_date in date default sysdate )
44: return hr_lookups.meaning%TYPE ;
45:
46: --
47: -- Check assignment id
48: --