DBA Data[Home] [Help]

APPS.BEN_LF_EVT_CLPS_RESTORE dependencies on FND_GLOBAL

Line 5351: ,p_request_id => fnd_global.conc_request_id

5347: ,p_pbn_attribute27 => l_old_bnf_rec.pbn_attribute27
5348: ,p_pbn_attribute28 => l_old_bnf_rec.pbn_attribute28
5349: ,p_pbn_attribute29 => l_old_bnf_rec.pbn_attribute29
5350: ,p_pbn_attribute30 => l_old_bnf_rec.pbn_attribute30
5351: ,p_request_id => fnd_global.conc_request_id
5352: ,p_program_application_id => fnd_global.prog_appl_id
5353: ,p_program_id => fnd_global.conc_program_id
5354: ,p_program_update_date => sysdate
5355: ,p_object_version_number => l_bnf_object_version_number

Line 5352: ,p_program_application_id => fnd_global.prog_appl_id

5348: ,p_pbn_attribute28 => l_old_bnf_rec.pbn_attribute28
5349: ,p_pbn_attribute29 => l_old_bnf_rec.pbn_attribute29
5350: ,p_pbn_attribute30 => l_old_bnf_rec.pbn_attribute30
5351: ,p_request_id => fnd_global.conc_request_id
5352: ,p_program_application_id => fnd_global.prog_appl_id
5353: ,p_program_id => fnd_global.conc_program_id
5354: ,p_program_update_date => sysdate
5355: ,p_object_version_number => l_bnf_object_version_number
5356: ,p_multi_row_actn => FALSE --TRUE -- bug 2552295

Line 5353: ,p_program_id => fnd_global.conc_program_id

5349: ,p_pbn_attribute29 => l_old_bnf_rec.pbn_attribute29
5350: ,p_pbn_attribute30 => l_old_bnf_rec.pbn_attribute30
5351: ,p_request_id => fnd_global.conc_request_id
5352: ,p_program_application_id => fnd_global.prog_appl_id
5353: ,p_program_id => fnd_global.conc_program_id
5354: ,p_program_update_date => sysdate
5355: ,p_object_version_number => l_bnf_object_version_number
5356: ,p_multi_row_actn => FALSE --TRUE -- bug 2552295
5357: ,p_effective_date => p_effective_date

Line 5418: ,p_request_id => fnd_global.conc_request_id

5414: ,p_pbn_attribute27 => l_old_bnf_rec.pbn_attribute27
5415: ,p_pbn_attribute28 => l_old_bnf_rec.pbn_attribute28
5416: ,p_pbn_attribute29 => l_old_bnf_rec.pbn_attribute29
5417: ,p_pbn_attribute30 => l_old_bnf_rec.pbn_attribute30
5418: ,p_request_id => fnd_global.conc_request_id
5419: ,p_program_application_id => fnd_global.prog_appl_id
5420: ,p_program_id => fnd_global.conc_program_id
5421: ,p_program_update_date => sysdate
5422: ,p_object_version_number => l_bnf_rec.object_version_number

Line 5419: ,p_program_application_id => fnd_global.prog_appl_id

5415: ,p_pbn_attribute28 => l_old_bnf_rec.pbn_attribute28
5416: ,p_pbn_attribute29 => l_old_bnf_rec.pbn_attribute29
5417: ,p_pbn_attribute30 => l_old_bnf_rec.pbn_attribute30
5418: ,p_request_id => fnd_global.conc_request_id
5419: ,p_program_application_id => fnd_global.prog_appl_id
5420: ,p_program_id => fnd_global.conc_program_id
5421: ,p_program_update_date => sysdate
5422: ,p_object_version_number => l_bnf_rec.object_version_number
5423: ,p_per_in_ler_id => p_per_in_ler_id

Line 5420: ,p_program_id => fnd_global.conc_program_id

5416: ,p_pbn_attribute29 => l_old_bnf_rec.pbn_attribute29
5417: ,p_pbn_attribute30 => l_old_bnf_rec.pbn_attribute30
5418: ,p_request_id => fnd_global.conc_request_id
5419: ,p_program_application_id => fnd_global.prog_appl_id
5420: ,p_program_id => fnd_global.conc_program_id
5421: ,p_program_update_date => sysdate
5422: ,p_object_version_number => l_bnf_rec.object_version_number
5423: ,p_per_in_ler_id => p_per_in_ler_id
5424: ,p_effective_date => p_effective_date

Line 9305: if fnd_global.conc_request_id in (0,-1) then

9301: else
9302: --Call the default process for the program or plan not in program
9303: hr_utility.set_location ('Before call to default_comp_obj '||l_proc,40);
9304: --
9305: if fnd_global.conc_request_id in (0,-1) then
9306: --
9307: l_batch_flag := FALSE ;
9308: --
9309: else

Line 9329: if fnd_global.conc_request_id in (0,-1) then

9325: ,p_cls_enrt_flag => FALSE
9326: ,p_called_frm_ss => FALSE
9327: );
9328: --
9329: if fnd_global.conc_request_id in (0,-1) then
9330: --if called from benauthe
9331: g_bckdt_pil_restored_flag := 'Y';
9332: g_bckdt_pil_restored_cd := 'DEFAULT';
9333: --

Line 9743: if fnd_global.conc_request_id in (0,-1) then

9739: hr_utility.set_location('Done update_person_life_event',710);
9740: --
9741: if l_invalid_pen_table.COUNT > 0 then
9742: --
9743: if fnd_global.conc_request_id in (0,-1) then
9744: --if called from benauthe
9745: g_bckdt_pil_restored_cd := 'PART' ;
9746: g_bckdt_pil_restored_flag := 'Y';
9747: --

Line 9758: if fnd_global.conc_request_id in (0,-1) then

9754: end if;
9755: --
9756: else
9757: --
9758: if fnd_global.conc_request_id in (0,-1) then
9759: --if called from benauthe
9760: g_bckdt_pil_restored_cd := 'ALL' ;
9761: g_bckdt_pil_restored_flag := 'Y';
9762: --