DBA Data[Home] [Help]

APPS.BEN_PER_ASG_ELIG dependencies on FND_GLOBAL

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

147: hr_api.mandatory_arg_error(p_api_name => l_proc,
148: p_argument => 'elig_obj_id',
149: p_argument_value => p_elig_obj_id);
150:
151: if fnd_global.conc_request_id in (0,-1) then
152: ben_env_object.init
153: (p_business_group_id => p_business_group_id,
154: p_thread_id => null,
155: p_chunk_size => null,

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

514: return 'N';
515: end if;
516: close c_chk_elp;
517:
518: if fnd_global.conc_request_id in (0,-1) then
519: ben_env_object.init
520: (p_business_group_id => p_business_group_id,
521: p_thread_id => null,
522: p_chunk_size => null,