DBA Data[Home] [Help]

APPS.BEN_MANAGE_LIFE_EVENTS dependencies on BEN_BENBATCH_PERSONS

Line 7203: ben_benbatch_persons.g_audit_flag := true;

7199: g_debug := hr_utility.debug_enabled;
7200: --
7201: -- Bug 5857493
7202: if p_audit_log_flag ='Y' then
7203: ben_benbatch_persons.g_audit_flag := true;
7204: else
7205: ben_benbatch_persons.g_audit_flag := false;
7206: end if;
7207: --

Line 7205: ben_benbatch_persons.g_audit_flag := false;

7201: -- Bug 5857493
7202: if p_audit_log_flag ='Y' then
7203: ben_benbatch_persons.g_audit_flag := true;
7204: else
7205: ben_benbatch_persons.g_audit_flag := false;
7206: end if;
7207: --
7208: -- Populate global assignment record of the applicant being processed
7209: -- by BENMNGLE in mode I into g_irec_ass_rec

Line 8278: ben_benbatch_persons.create_life_person_actions

8274: if g_debug then
8275: hr_utility.set_location (l_package||' Create L PER ACTs ',20);
8276: hr_utility.set_location ('p_mode : '||p_mode,6);
8277: end if;
8278: ben_benbatch_persons.create_life_person_actions
8279: (p_benefit_action_id => l_benefit_action_id,
8280: p_business_group_id => p_business_group_id,
8281: p_person_id => p_person_id,
8282: p_ler_id => nvl(l_ler_id,l_ler_override_id), -- irec

Line 8369: ben_benbatch_persons.create_normal_person_actions

8365: l_num_persons := 1;
8366: --
8367: else
8368: --
8369: ben_benbatch_persons.create_normal_person_actions
8370: (p_benefit_action_id => l_benefit_action_id
8371: --
8372: ,p_mode_cd => p_mode
8373: --

Line 8408: ben_benbatch_persons.create_restart_person_actions

8404: end if;
8405: --
8406: else
8407: --
8408: ben_benbatch_persons.create_restart_person_actions
8409: (p_benefit_action_id => p_benefit_action_id,
8410: p_effective_date => l_effective_date,
8411: p_chunk_size => l_chunk_size,
8412: p_threads => l_threads,

Line 8683: ben_benbatch_persons.g_audit_flag := true;

8679: hr_utility.set_location ('p_mode : '||p_mode,4);
8680: end if;
8681: -- Bug 5857493
8682: if p_audit_log_flag ='Y' then
8683: ben_benbatch_persons.g_audit_flag := true;
8684: else
8685: ben_benbatch_persons.g_audit_flag := false;
8686: end if;
8687: internal_process

Line 8685: ben_benbatch_persons.g_audit_flag := false;

8681: -- Bug 5857493
8682: if p_audit_log_flag ='Y' then
8683: ben_benbatch_persons.g_audit_flag := true;
8684: else
8685: ben_benbatch_persons.g_audit_flag := false;
8686: end if;
8687: internal_process
8688: (errbuf => errbuf
8689: ,retcode => retcode