DBA Data[Home] [Help]

APPS.GHR_MASS_ACTIONS_PKG dependencies on GHR_NATURE_OF_ACTIONS

Line 23: p_noa_code in ghr_nature_of_actions.code%type,

19: );
20:
21: procedure get_noa_id_desc
22: (
23: p_noa_code in ghr_nature_of_actions.code%type,
24: p_effective_date in date default trunc(sysdate),
25: p_noa_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,
26: p_noa_desc out nocopy ghr_nature_of_actions.description%type
27: );

Line 25: p_noa_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,

21: procedure get_noa_id_desc
22: (
23: p_noa_code in ghr_nature_of_actions.code%type,
24: p_effective_date in date default trunc(sysdate),
25: p_noa_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,
26: p_noa_desc out nocopy ghr_nature_of_actions.description%type
27: );
28: procedure get_remark_id_desc
29: (

Line 26: p_noa_desc out nocopy ghr_nature_of_actions.description%type

22: (
23: p_noa_code in ghr_nature_of_actions.code%type,
24: p_effective_date in date default trunc(sysdate),
25: p_noa_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,
26: p_noa_desc out nocopy ghr_nature_of_actions.description%type
27: );
28: procedure get_remark_id_desc
29: (
30: p_remark_code in ghr_nature_of_actions.code%type,

Line 30: p_remark_code in ghr_nature_of_actions.code%type,

26: p_noa_desc out nocopy ghr_nature_of_actions.description%type
27: );
28: procedure get_remark_id_desc
29: (
30: p_remark_code in ghr_nature_of_actions.code%type,
31: p_effective_date in date default trunc(sysdate),
32: p_remark_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,
33: p_remark_desc out nocopy ghr_nature_of_actions.description%type
34: );

Line 32: p_remark_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,

28: procedure get_remark_id_desc
29: (
30: p_remark_code in ghr_nature_of_actions.code%type,
31: p_effective_date in date default trunc(sysdate),
32: p_remark_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,
33: p_remark_desc out nocopy ghr_nature_of_actions.description%type
34: );
35:
36: procedure emp_rec_to_sf52_rec

Line 33: p_remark_desc out nocopy ghr_nature_of_actions.description%type

29: (
30: p_remark_code in ghr_nature_of_actions.code%type,
31: p_effective_date in date default trunc(sysdate),
32: p_remark_id out nocopy ghr_nature_of_actions.nature_of_action_id%type,
33: p_remark_desc out nocopy ghr_nature_of_actions.description%type
34: );
35:
36: procedure emp_rec_to_sf52_rec
37: (p_emp_rec in ghr_mass_actions_pkg.emp_rec_type,