DBA Data[Home] [Help]

APPS.GHR_WGI_PKG dependencies on GHR_NATURE_OF_ACTIONS

Line 35: p_code in ghr_nature_of_actions.code%type,

31: p_message_name in ghr_process_log.message_name%type,
32: p_log_date in ghr_process_log.log_date%type);
33: --
34: procedure get_noa_code_desc (
35: p_code in ghr_nature_of_actions.code%type,
36: p_effective_date in date default sysdate,
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: --

Line 37: p_nature_of_action_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,

33: --
34: procedure get_noa_code_desc (
35: p_code in ghr_nature_of_actions.code%type,
36: p_effective_date in date default sysdate,
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,

Line 38: p_description out nocopy ghr_nature_of_actions.description%type);

34: procedure get_noa_code_desc (
35: p_code in ghr_nature_of_actions.code%type,
36: p_effective_date in date default sysdate,
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,