DBA Data[Home] [Help]

APPS.BEN_EXT_ACTN dependencies on BEN_EXT_PERSON

Line 22: ben_ext_person.g_actn_prtt_enrt_actn_id := null;

18: BEGIN
19: --
20: hr_utility.set_location('Entering'||l_proc, 5);
21: --
22: ben_ext_person.g_actn_prtt_enrt_actn_id := null;
23: ben_ext_person.g_actn_type_id := null;
24: ben_ext_person.g_actn_name := null;
25: ben_ext_person.g_actn_description := null;
26: ben_ext_person.g_actn_type := null;

Line 23: ben_ext_person.g_actn_type_id := null;

19: --
20: hr_utility.set_location('Entering'||l_proc, 5);
21: --
22: ben_ext_person.g_actn_prtt_enrt_actn_id := null;
23: ben_ext_person.g_actn_type_id := null;
24: ben_ext_person.g_actn_name := null;
25: ben_ext_person.g_actn_description := null;
26: ben_ext_person.g_actn_type := null;
27: ben_ext_person.g_actn_due_date := null;

Line 24: ben_ext_person.g_actn_name := null;

20: hr_utility.set_location('Entering'||l_proc, 5);
21: --
22: ben_ext_person.g_actn_prtt_enrt_actn_id := null;
23: ben_ext_person.g_actn_type_id := null;
24: ben_ext_person.g_actn_name := null;
25: ben_ext_person.g_actn_description := null;
26: ben_ext_person.g_actn_type := null;
27: ben_ext_person.g_actn_due_date := null;
28: ben_ext_person.g_actn_required_flag := null;

Line 25: ben_ext_person.g_actn_description := null;

21: --
22: ben_ext_person.g_actn_prtt_enrt_actn_id := null;
23: ben_ext_person.g_actn_type_id := null;
24: ben_ext_person.g_actn_name := null;
25: ben_ext_person.g_actn_description := null;
26: ben_ext_person.g_actn_type := null;
27: ben_ext_person.g_actn_due_date := null;
28: ben_ext_person.g_actn_required_flag := null;
29: ben_ext_person.g_actn_cmpltd_date := null;

Line 26: ben_ext_person.g_actn_type := null;

22: ben_ext_person.g_actn_prtt_enrt_actn_id := null;
23: ben_ext_person.g_actn_type_id := null;
24: ben_ext_person.g_actn_name := null;
25: ben_ext_person.g_actn_description := null;
26: ben_ext_person.g_actn_type := null;
27: ben_ext_person.g_actn_due_date := null;
28: ben_ext_person.g_actn_required_flag := null;
29: ben_ext_person.g_actn_cmpltd_date := null;
30: --

Line 27: ben_ext_person.g_actn_due_date := null;

23: ben_ext_person.g_actn_type_id := null;
24: ben_ext_person.g_actn_name := null;
25: ben_ext_person.g_actn_description := null;
26: ben_ext_person.g_actn_type := null;
27: ben_ext_person.g_actn_due_date := null;
28: ben_ext_person.g_actn_required_flag := null;
29: ben_ext_person.g_actn_cmpltd_date := null;
30: --
31: hr_utility.set_location('Exiting'||l_proc, 15);

Line 28: ben_ext_person.g_actn_required_flag := null;

24: ben_ext_person.g_actn_name := null;
25: ben_ext_person.g_actn_description := null;
26: ben_ext_person.g_actn_type := null;
27: ben_ext_person.g_actn_due_date := null;
28: ben_ext_person.g_actn_required_flag := null;
29: ben_ext_person.g_actn_cmpltd_date := null;
30: --
31: hr_utility.set_location('Exiting'||l_proc, 15);
32: --

Line 29: ben_ext_person.g_actn_cmpltd_date := null;

25: ben_ext_person.g_actn_description := null;
26: ben_ext_person.g_actn_type := null;
27: ben_ext_person.g_actn_due_date := null;
28: ben_ext_person.g_actn_required_flag := null;
29: ben_ext_person.g_actn_cmpltd_date := null;
30: --
31: hr_utility.set_location('Exiting'||l_proc, 15);
32: --
33: End initialize_globals;

Line 93: ben_ext_person.g_actn_type_id := actn.action_id;

89: if l_include = 'Y' then
90:
91: -- fetch actions information into globals
92: --
93: ben_ext_person.g_actn_type_id := actn.action_id;
94: ben_ext_person.g_actn_name := actn.action_name;
95: ben_ext_person.g_actn_description := actn.action_desc;
96: ben_ext_person.g_actn_type := actn.action_type;
97: ben_ext_person.g_actn_due_date := actn.action_due_dt;

Line 94: ben_ext_person.g_actn_name := actn.action_name;

90:
91: -- fetch actions information into globals
92: --
93: ben_ext_person.g_actn_type_id := actn.action_id;
94: ben_ext_person.g_actn_name := actn.action_name;
95: ben_ext_person.g_actn_description := actn.action_desc;
96: ben_ext_person.g_actn_type := actn.action_type;
97: ben_ext_person.g_actn_due_date := actn.action_due_dt;
98: ben_ext_person.g_actn_required_flag := actn.action_rqd_flag;

Line 95: ben_ext_person.g_actn_description := actn.action_desc;

91: -- fetch actions information into globals
92: --
93: ben_ext_person.g_actn_type_id := actn.action_id;
94: ben_ext_person.g_actn_name := actn.action_name;
95: ben_ext_person.g_actn_description := actn.action_desc;
96: ben_ext_person.g_actn_type := actn.action_type;
97: ben_ext_person.g_actn_due_date := actn.action_due_dt;
98: ben_ext_person.g_actn_required_flag := actn.action_rqd_flag;
99: ben_ext_person.g_actn_cmpltd_date := actn.action_cmpltd_dt;

Line 96: ben_ext_person.g_actn_type := actn.action_type;

92: --
93: ben_ext_person.g_actn_type_id := actn.action_id;
94: ben_ext_person.g_actn_name := actn.action_name;
95: ben_ext_person.g_actn_description := actn.action_desc;
96: ben_ext_person.g_actn_type := actn.action_type;
97: ben_ext_person.g_actn_due_date := actn.action_due_dt;
98: ben_ext_person.g_actn_required_flag := actn.action_rqd_flag;
99: ben_ext_person.g_actn_cmpltd_date := actn.action_cmpltd_dt;
100: ben_ext_person.g_actn_prtt_enrt_actn_id := actn.prtt_enrt_actn_id;

Line 97: ben_ext_person.g_actn_due_date := actn.action_due_dt;

93: ben_ext_person.g_actn_type_id := actn.action_id;
94: ben_ext_person.g_actn_name := actn.action_name;
95: ben_ext_person.g_actn_description := actn.action_desc;
96: ben_ext_person.g_actn_type := actn.action_type;
97: ben_ext_person.g_actn_due_date := actn.action_due_dt;
98: ben_ext_person.g_actn_required_flag := actn.action_rqd_flag;
99: ben_ext_person.g_actn_cmpltd_date := actn.action_cmpltd_dt;
100: ben_ext_person.g_actn_prtt_enrt_actn_id := actn.prtt_enrt_actn_id;
101: --

Line 98: ben_ext_person.g_actn_required_flag := actn.action_rqd_flag;

94: ben_ext_person.g_actn_name := actn.action_name;
95: ben_ext_person.g_actn_description := actn.action_desc;
96: ben_ext_person.g_actn_type := actn.action_type;
97: ben_ext_person.g_actn_due_date := actn.action_due_dt;
98: ben_ext_person.g_actn_required_flag := actn.action_rqd_flag;
99: ben_ext_person.g_actn_cmpltd_date := actn.action_cmpltd_dt;
100: ben_ext_person.g_actn_prtt_enrt_actn_id := actn.prtt_enrt_actn_id;
101: --
102: -- format and write

Line 99: ben_ext_person.g_actn_cmpltd_date := actn.action_cmpltd_dt;

95: ben_ext_person.g_actn_description := actn.action_desc;
96: ben_ext_person.g_actn_type := actn.action_type;
97: ben_ext_person.g_actn_due_date := actn.action_due_dt;
98: ben_ext_person.g_actn_required_flag := actn.action_rqd_flag;
99: ben_ext_person.g_actn_cmpltd_date := actn.action_cmpltd_dt;
100: ben_ext_person.g_actn_prtt_enrt_actn_id := actn.prtt_enrt_actn_id;
101: --
102: -- format and write
103: --

Line 100: ben_ext_person.g_actn_prtt_enrt_actn_id := actn.prtt_enrt_actn_id;

96: ben_ext_person.g_actn_type := actn.action_type;
97: ben_ext_person.g_actn_due_date := actn.action_due_dt;
98: ben_ext_person.g_actn_required_flag := actn.action_rqd_flag;
99: ben_ext_person.g_actn_cmpltd_date := actn.action_cmpltd_dt;
100: ben_ext_person.g_actn_prtt_enrt_actn_id := actn.prtt_enrt_actn_id;
101: --
102: -- format and write
103: --
104: ben_ext_fmt.process_ext_recs(p_ext_rslt_id => p_ext_rslt_id,