DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS dependencies on BEN_ENV_OBJECT

Line 1796: ben_env_object.init

1792: if l_faterr_code is null then
1793: --
1794: -- Set up benefits environment
1795: --
1796: ben_env_object.init
1797: (p_business_group_id => l_efc_row.business_group_id
1798: ,p_effective_date => l_efc_row.lf_evt_ocrd_dt
1799: ,p_thread_id => 1
1800: ,p_chunk_size => 10

Line 2506: ben_env_object.init

2502: if not l_fatal_error then
2503: --
2504: -- Set up benefits environment
2505: --
2506: ben_env_object.init
2507: (p_business_group_id => l_efc_row.business_group_id
2508: ,p_effective_date => l_efc_row.lf_evt_ocrd_dt
2509: ,p_thread_id => 1
2510: ,p_chunk_size => 10

Line 3194: ben_env_object.init

3190: if l_faterr_code is null then
3191: --
3192: -- Set up benefits environment
3193: --
3194: ben_env_object.init
3195: (p_business_group_id => l_efc_row.business_group_id
3196: ,p_effective_date => l_efc_row.lf_evt_ocrd_dt
3197: ,p_thread_id => 1
3198: ,p_chunk_size => 10

Line 3361: ben_env_object.init

3357: if l_faterr_code is null then
3358: --
3359: -- Set up benefits environment
3360: --
3361: ben_env_object.init
3362: (p_business_group_id => l_efc_row.business_group_id
3363: ,p_effective_date => l_efc_row.lf_evt_ocrd_dt
3364: ,p_thread_id => 1
3365: ,p_chunk_size => 10

Line 4175: ben_env_object.init

4171: );
4172: --
4173: -- Set up benefits environment
4174: --
4175: ben_env_object.init
4176: (p_business_group_id => l_efc_row.business_group_id
4177: ,p_effective_date => l_currepe_row.lf_evt_ocrd_dt
4178: ,p_thread_id => 1
4179: ,p_chunk_size => 10

Line 4969: ben_env_object.init

4965: l_per_in_ler_id := l_currpil_row.per_in_ler_id;
4966: --
4967: -- Set up benefits environment
4968: --
4969: ben_env_object.init
4970: (p_business_group_id => l_efc_row.business_group_id
4971: ,p_effective_date => l_lf_evt_ocrd_dt
4972: ,p_thread_id => 1
4973: ,p_chunk_size => 10