DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_LER_BNFT_RSTRN_F

Line 7383: -- and tr.where_clause = l_BEN_LER_BNFT_RSTRN_F

7379: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
7380: pqh_table_route tr
7381: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
7382: and cpe.table_route_id = tr.table_route_id
7383: -- and tr.where_clause = l_BEN_LER_BNFT_RSTRN_F
7384: and tr.table_alias = l_table_alias
7385: and cpe.number_of_copies = 1 -- ADDITION
7386: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
7387: order by information1, information2; --added for bug: 5151945

Line 7421: from BEN_LER_BNFT_RSTRN_F LBR

7417: c_business_group_id number,
7418: c_new_pk_id number) is
7419: select
7420: LBR.ler_bnft_rstrn_id new_value
7421: from BEN_LER_BNFT_RSTRN_F LBR
7422: where
7423: LBR.LER_ID = l_LER_ID and
7424: nvl(LBR.PLIP_ID,-999) = nvl(l_PLIP_ID,-999) and
7425: nvl(LBR.PL_ID,-999) = nvl(l_PL_ID,-999) and

Line 7434: from BEN_LER_BNFT_RSTRN_F LBR1

7430: and effective_end_date ;
7431: --END TEMPIK
7432: /*TEMPIK
7433: and exists ( select null
7434: from BEN_LER_BNFT_RSTRN_F LBR1
7435: where
7436: LBR1.LER_ID = l_LER_ID and
7437: nvl(LBR1.PLIP_ID,-999) = nvl(l_PLIP_ID,-999) and
7438: nvl(LBR1.PL_ID,-999) = nvl(l_PL_ID,-999) and

Line 7442: from BEN_LER_BNFT_RSTRN_F LBR2

7438: nvl(LBR1.PL_ID,-999) = nvl(l_PL_ID,-999) and
7439: LBR1.business_group_id = c_business_group_id
7440: and LBR1.effective_start_date <= c_effective_start_date )
7441: and exists ( select null
7442: from BEN_LER_BNFT_RSTRN_F LBR2
7443: where
7444: LBR2.LER_ID = l_LER_ID and
7445: nvl(LBR2.PLIP_ID,-999) = nvl(l_PLIP_ID,-999) and
7446: nvl(LBR2.PL_ID,-999) = nvl(l_PL_ID,-999) and

Line 7595: (p_base_table_name => 'BEN_LER_BNFT_RSTRN_F',

7591: if c_find_LBR_in_target%found then
7592: --
7593: --TEMPIK
7594: l_dt_rec_found := dt_api.check_min_max_dates
7595: (p_base_table_name => 'BEN_LER_BNFT_RSTRN_F',
7596: p_base_key_column => 'LER_BNFT_RSTRN_ID',
7597: p_base_key_value => l_new_value,
7598: p_from_date => l_min_esd,
7599: p_to_date => l_max_eed );

Line 7655: hr_utility.set_location(' BEN_LER_BNFT_RSTRN_F CREATE_LER_BNFT_RSTRN ',20);

7651: end if;
7652:
7653: if l_first_rec and not l_update then
7654: -- Call Create routine.
7655: hr_utility.set_location(' BEN_LER_BNFT_RSTRN_F CREATE_LER_BNFT_RSTRN ',20);
7656: BEN_LER_BNFT_RSTRN_API.CREATE_LER_BNFT_RSTRN(
7657: --
7658: P_VALIDATE => false
7659: ,P_EFFECTIVE_DATE => l_effective_date

Line 7741: hr_utility.set_location(' BEN_LER_BNFT_RSTRN_F UPDATE_LER_BNFT_RSTRN ',30);

7737: else
7738: --
7739: -- Call Update routine for the pk_id created in prev run .
7740: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7741: hr_utility.set_location(' BEN_LER_BNFT_RSTRN_F UPDATE_LER_BNFT_RSTRN ',30);
7742: --UPD START
7743: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7744: --
7745: if l_update then