DBA Data[Home] [Help]

APPS.BEN_EFC_ADJUSTMENTS1 dependencies on BEN_EFC_FUNCTIONS

Line 606: ben_efc_functions.CompObject_GetParUom

602: if l_faterr_code is null then
603: --
604: l_uom := null;
605: --
606: ben_efc_functions.CompObject_GetParUom
607: (p_pgm_id => l_abrdets.pgm_id
608: ,p_ptip_id => l_abrdets.ptip_id
609: ,p_pl_id => l_abrdets.pl_id
610: ,p_plip_id => l_abrdets.plip_id

Line 709: ben_efc_functions.CompObject_GetParUom

705: l_faterr_type := 'DELETEDINFO';
706: --
707: else
708: --
709: ben_efc_functions.CompObject_GetParUom
710: (p_pgm_id => l_vpfabrdets.pgm_id
711: ,p_ptip_id => l_vpfabrdets.ptip_id
712: ,p_pl_id => l_vpfabrdets.pl_id
713: ,p_plip_id => l_vpfabrdets.plip_id

Line 875: ben_efc_functions.maintain_chunks

871: where prv.prtt_rt_val_id = p_prtt_rt_val_id;
872: --
873: -- Check for end of chunk and commit if necessary
874: --
875: ben_efc_functions.maintain_chunks
876: (p_row_count => p_chunkrow_count
877: ,p_pk1 => p_prtt_rt_val_id
878: ,p_chunk_size => p_chunk
879: ,p_efc_worker_id => p_efc_worker_id

Line 1822: ben_efc_functions.conv_check

1818: end if;
1819: */
1820: --Bug 5049253
1821: --
1822: ben_efc_functions.conv_check
1823: (p_table_name => 'ben_prtt_rt_val'
1824: ,p_efctable_name => 'ben_prtt_rt_val_efc'
1825: ,p_tabwhere_clause => ' (rt_val is not null '
1826: ||' or ann_rt_val is not null '

Line 2694: ben_efc_functions.maintain_chunks

2690: -- Check for end of chunk and commit if necessary
2691: --
2692: l_pk1 := l_efc_row.ELEMENT_ENTRY_VALUE_id;
2693: --
2694: ben_efc_functions.maintain_chunks
2695: (p_row_count => l_chunkrow_count
2696: ,p_pk1 => l_pk1
2697: ,p_chunk_size => p_chunk
2698: ,p_efc_worker_id => p_efc_worker_id

Line 2834: ben_efc_functions.conv_check

2830: l_sql_str := l_sql_str||' and prv.business_group_id = '||p_business_group_id;
2831: --
2832: end if;
2833: --
2834: ben_efc_functions.conv_check
2835: (p_table_name => 'pay_element_entry_values_f'
2836: ,p_efctable_name => 'pay_element_entry_values_f_efc'
2837: --
2838: ,p_table_sql => l_sql_str

Line 3590: ben_efc_functions.maintain_chunks

3586: -- Check for end of chunk and commit if necessary
3587: --
3588: l_pk1 := l_efc_row.bnft_prvdd_ldgr_id;
3589: --
3590: ben_efc_functions.maintain_chunks
3591: (p_row_count => l_chunkrow_count
3592: ,p_pk1 => l_pk1
3593: ,p_chunk_size => p_chunk
3594: ,p_efc_worker_id => p_efc_worker_id

Line 3661: ben_efc_functions.conv_check

3657: CLOSE c_efc_rows;
3658: --
3659: -- Check that all rows have been converted or excluded
3660: --
3661: ben_efc_functions.conv_check
3662: (p_table_name => 'ben_bnft_prvdd_ldgr_f'
3663: ,p_efctable_name => 'ben_bnft_prvdd_ldgr_f_efc'
3664: ,p_tabwhere_clause => ' (used_val is not null '
3665: ||' or FRFTD_VAL is not null '