DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_ANTHR_PL_PRTE_F

Line 31705: -- and tr.where_clause = l_BEN_ELIG_ANTHR_PL_PRTE_F

31701: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
31702: pqh_table_route tr
31703: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
31704: and cpe.table_route_id = tr.table_route_id
31705: -- and tr.where_clause = l_BEN_ELIG_ANTHR_PL_PRTE_F
31706: and tr.table_alias = l_table_alias
31707: and cpe.number_of_copies = 1 -- ADDITION
31708: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
31709: order by information1, information2; --added for bug: 5151945

Line 31743: from BEN_ELIG_ANTHR_PL_PRTE_F EOP

31739: c_business_group_id number,
31740: c_new_pk_id number) is
31741: select
31742: EOP.elig_anthr_pl_prte_id new_value
31743: from BEN_ELIG_ANTHR_PL_PRTE_F EOP
31744: where
31745: EOP.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
31746: EOP.PL_ID = l_PL_ID and
31747: EOP.business_group_id = c_business_group_id

Line 31754: from BEN_ELIG_ANTHR_PL_PRTE_F EOP1

31750: and effective_end_date ;
31751: --END TEMPIK
31752: /*TEMPIK
31753: and exists ( select null
31754: from BEN_ELIG_ANTHR_PL_PRTE_F EOP1
31755: where
31756: EOP1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
31757: EOP1.PL_ID = l_PL_ID and
31758: EOP1.business_group_id = c_business_group_id

Line 31761: from BEN_ELIG_ANTHR_PL_PRTE_F EOP2

31757: EOP1.PL_ID = l_PL_ID and
31758: EOP1.business_group_id = c_business_group_id
31759: and EOP1.effective_start_date <= c_effective_start_date )
31760: and exists ( select null
31761: from BEN_ELIG_ANTHR_PL_PRTE_F EOP2
31762: where
31763: EOP2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
31764: EOP2.PL_ID = l_PL_ID and
31765: EOP2.business_group_id = c_business_group_id

Line 31923: (p_base_table_name => 'BEN_ELIG_ANTHR_PL_PRTE_F',

31919: if c_find_EOP_in_target%found then
31920: --
31921: --TEMPIK
31922: l_dt_rec_found := dt_api.check_min_max_dates
31923: (p_base_table_name => 'BEN_ELIG_ANTHR_PL_PRTE_F',
31924: p_base_key_column => 'ELIG_ANTHR_PL_PRTE_ID',
31925: p_base_key_value => l_new_value,
31926: p_from_date => l_min_esd,
31927: p_to_date => l_max_eed );

Line 31983: hr_utility.set_location(' BEN_ELIG_ANTHR_PL_PRTE_F CREATE_ELIG_ANTHR_PL_PRTE ',20);

31979: end if;
31980:
31981: if l_first_rec and not l_update then
31982: -- Call Create routine.
31983: hr_utility.set_location(' BEN_ELIG_ANTHR_PL_PRTE_F CREATE_ELIG_ANTHR_PL_PRTE ',20);
31984: BEN_ELIG_ANTHR_PL_PRTE_API.CREATE_ELIG_ANTHR_PL_PRTE(
31985: --
31986: P_VALIDATE => false
31987: ,P_EFFECTIVE_DATE => l_effective_date

Line 32050: hr_utility.set_location(' BEN_ELIG_ANTHR_PL_PRTE_F UPDATE_ELIG_ANTHR_PL_PRTE ',30);

32046: else
32047: --
32048: -- Call Update routine for the pk_id created in prev run .
32049: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
32050: hr_utility.set_location(' BEN_ELIG_ANTHR_PL_PRTE_F UPDATE_ELIG_ANTHR_PL_PRTE ',30);
32051: --UPD START
32052: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
32053: --
32054: if l_update then