DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_ENRLD_ANTHR_PL_F

Line 25142: -- and tr.where_clause = l_BEN_ELIG_ENRLD_ANTHR_PL_F

25138: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
25139: pqh_table_route tr
25140: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
25141: and cpe.table_route_id = tr.table_route_id
25142: -- and tr.where_clause = l_BEN_ELIG_ENRLD_ANTHR_PL_F
25143: and tr.table_alias = l_table_alias
25144: and cpe.number_of_copies = 1 -- ADDITION
25145: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
25146: order by information1, information2; --added for bug: 5151945

Line 25180: from BEN_ELIG_ENRLD_ANTHR_PL_F EEP

25176: c_business_group_id number,
25177: c_new_pk_id number) is
25178: select
25179: EEP.elig_enrld_anthr_pl_id new_value
25180: from BEN_ELIG_ENRLD_ANTHR_PL_F EEP
25181: where
25182: EEP.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
25183: EEP.PL_ID = l_PL_ID and
25184: EEP.business_group_id = c_business_group_id

Line 25191: from BEN_ELIG_ENRLD_ANTHR_PL_F EEP1

25187: and effective_end_date ;
25188: --END TEMPIK
25189: /*TEMPIK
25190: and exists ( select null
25191: from BEN_ELIG_ENRLD_ANTHR_PL_F EEP1
25192: where
25193: EEP1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
25194: EEP1.PL_ID = l_PL_ID and
25195: EEP1.business_group_id = c_business_group_id

Line 25198: from BEN_ELIG_ENRLD_ANTHR_PL_F EEP2

25194: EEP1.PL_ID = l_PL_ID and
25195: EEP1.business_group_id = c_business_group_id
25196: and EEP1.effective_start_date <= c_effective_start_date )
25197: and exists ( select null
25198: from BEN_ELIG_ENRLD_ANTHR_PL_F EEP2
25199: where
25200: EEP2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
25201: EEP2.PL_ID = l_PL_ID and
25202: EEP2.business_group_id = c_business_group_id

Line 25356: (p_base_table_name => 'BEN_ELIG_ENRLD_ANTHR_PL_F',

25352: if c_find_EEP_in_target%found then
25353: --
25354: --TEMPIK
25355: l_dt_rec_found := dt_api.check_min_max_dates
25356: (p_base_table_name => 'BEN_ELIG_ENRLD_ANTHR_PL_F',
25357: p_base_key_column => 'ELIG_ENRLD_ANTHR_PL_ID',
25358: p_base_key_value => l_new_value,
25359: p_from_date => l_min_esd,
25360: p_to_date => l_max_eed );

Line 25416: hr_utility.set_location(' BEN_ELIG_ENRLD_ANTHR_PL_F CREATE_ELIG_ENRLD_ANTHR_PL ',20);

25412: end if;
25413:
25414: if l_first_rec and not l_update then
25415: -- Call Create routine.
25416: hr_utility.set_location(' BEN_ELIG_ENRLD_ANTHR_PL_F CREATE_ELIG_ENRLD_ANTHR_PL ',20);
25417: BEN_ELIG_ENRLD_ANTHR_PL_API.CREATE_ELIG_ENRLD_ANTHR_PL(
25418: --
25419: P_VALIDATE => false
25420: ,P_EFFECTIVE_DATE => l_effective_date

Line 25488: hr_utility.set_location(' BEN_ELIG_ENRLD_ANTHR_PL_F UPDATE_ELIG_ENRLD_ANTHR_PL ',30);

25484: else
25485: --
25486: -- Call Update routine for the pk_id created in prev run .
25487: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25488: hr_utility.set_location(' BEN_ELIG_ENRLD_ANTHR_PL_F UPDATE_ELIG_ENRLD_ANTHR_PL ',30);
25489: --UPD START
25490: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
25491: --
25492: if l_update then