DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_COMP_LVL_PRTE_F

Line 2743: -- and tr.where_clause = l_BEN_ELIG_COMP_LVL_PRTE_F

2739: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
2740: pqh_table_route tr
2741: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
2742: and cpe.table_route_id = tr.table_route_id
2743: -- and tr.where_clause = l_BEN_ELIG_COMP_LVL_PRTE_F
2744: and tr.table_alias = l_table_alias
2745: and cpe.number_of_copies = 1 -- ADDITION
2746: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
2747: order by information1, information2; --added for bug: 5151945

Line 2781: from BEN_ELIG_COMP_LVL_PRTE_F ECL

2777: c_business_group_id number,
2778: c_new_pk_id number) is
2779: select
2780: ECL.elig_comp_lvl_prte_id new_value
2781: from BEN_ELIG_COMP_LVL_PRTE_F ECL
2782: where
2783: ECL.COMP_LVL_FCTR_ID = l_COMP_LVL_FCTR_ID and -- IK removed nvl for all
2784: ECL.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
2785: ECL.business_group_id = c_business_group_id

Line 2793: from BEN_ELIG_COMP_LVL_PRTE_F ECL1

2789: and effective_end_date ;
2790: --END TEMPIK
2791: /*TEMPIK
2792: and exists ( select null
2793: from BEN_ELIG_COMP_LVL_PRTE_F ECL1
2794: where
2795: ECL1.COMP_LVL_FCTR_ID = l_COMP_LVL_FCTR_ID and
2796: ECL1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
2797: ECL1.business_group_id = c_business_group_id

Line 2800: from BEN_ELIG_COMP_LVL_PRTE_F ECL2

2796: ECL1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
2797: ECL1.business_group_id = c_business_group_id
2798: and ECL1.effective_start_date <= c_effective_start_date )
2799: and exists ( select null
2800: from BEN_ELIG_COMP_LVL_PRTE_F ECL2
2801: where
2802: ECL2.COMP_LVL_FCTR_ID = l_COMP_LVL_FCTR_ID and
2803: ECL2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
2804: ECL2.business_group_id = c_business_group_id

Line 2954: (p_base_table_name => 'BEN_ELIG_COMP_LVL_PRTE_F',

2950: if c_find_ECL_in_target%found then
2951: --
2952: --TEMPIK
2953: l_dt_rec_found := dt_api.check_min_max_dates
2954: (p_base_table_name => 'BEN_ELIG_COMP_LVL_PRTE_F',
2955: p_base_key_column => 'ELIG_COMP_LVL_PRTE_ID',
2956: p_base_key_value => l_new_value,
2957: p_from_date => l_min_esd,
2958: p_to_date => l_max_eed );

Line 3014: hr_utility.set_location(' BEN_ELIG_COMP_LVL_PRTE_F CREATE_ELIG_COMP_LVL_PRTE ',20);

3010: end if;
3011:
3012: if l_first_rec and not l_update then
3013: -- Call Create routine.
3014: hr_utility.set_location(' BEN_ELIG_COMP_LVL_PRTE_F CREATE_ELIG_COMP_LVL_PRTE ',20);
3015: BEN_ELIG_COMP_LVL_PRTE_API.CREATE_ELIG_COMP_LVL_PRTE(
3016: --
3017: P_VALIDATE => false
3018: ,P_EFFECTIVE_DATE => l_effective_date

Line 3087: hr_utility.set_location(' BEN_ELIG_COMP_LVL_PRTE_F UPDATE_ELIG_COMP_LVL_PRTE ',30);

3083: else
3084: --
3085: -- Call Update routine for the pk_id created in prev run .
3086: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3087: hr_utility.set_location(' BEN_ELIG_COMP_LVL_PRTE_F UPDATE_ELIG_COMP_LVL_PRTE ',30);
3088: --UPD START
3089: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3090: --
3091: if l_update then