DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_LER_CHG_PTIP_ENRT_F

Line 9484: -- and tr.where_clause = l_BEN_LER_CHG_PTIP_ENRT_F

9480: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
9481: pqh_table_route tr
9482: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
9483: and cpe.table_route_id = tr.table_route_id
9484: -- and tr.where_clause = l_BEN_LER_CHG_PTIP_ENRT_F
9485: and tr.table_alias = l_table_alias
9486: and cpe.number_of_copies = 1 -- ADDITION
9487: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
9488: order by information1, information2; --added for bug: 5151945

Line 9522: from BEN_LER_CHG_PTIP_ENRT_F LCT

9518: c_business_group_id number,
9519: c_new_pk_id number) is
9520: select
9521: LCT.ler_chg_ptip_enrt_id new_value
9522: from BEN_LER_CHG_PTIP_ENRT_F LCT
9523: where
9524: LCT.LER_ID = l_LER_ID and
9525: LCT.PTIP_ID = l_PTIP_ID and
9526: LCT.business_group_id = c_business_group_id

Line 9534: from BEN_LER_CHG_PTIP_ENRT_F LCT1

9530: and effective_end_date ;
9531: --END TEMPIK
9532: /*TEMPIK
9533: and exists ( select null
9534: from BEN_LER_CHG_PTIP_ENRT_F LCT1
9535: where
9536: LCT1.LER_ID = l_LER_ID and
9537: LCT1.PTIP_ID = l_PTIP_ID and
9538: LCT1.business_group_id = c_business_group_id

Line 9541: from BEN_LER_CHG_PTIP_ENRT_F LCT2

9537: LCT1.PTIP_ID = l_PTIP_ID and
9538: LCT1.business_group_id = c_business_group_id
9539: and LCT1.effective_start_date <= c_effective_start_date )
9540: and exists ( select null
9541: from BEN_LER_CHG_PTIP_ENRT_F LCT2
9542: where
9543: LCT2.LER_ID = l_LER_ID and
9544: LCT2.PTIP_ID = l_PTIP_ID and
9545: LCT2.business_group_id = c_business_group_id

Line 9696: (p_base_table_name => 'BEN_LER_CHG_PTIP_ENRT_F',

9692: if c_find_LCT_in_target%found then
9693: --
9694: --TEMPIK
9695: l_dt_rec_found := dt_api.check_min_max_dates
9696: (p_base_table_name => 'BEN_LER_CHG_PTIP_ENRT_F',
9697: p_base_key_column => 'LER_CHG_PTIP_ENRT_ID',
9698: p_base_key_value => l_new_value,
9699: p_from_date => l_min_esd,
9700: p_to_date => l_max_eed );

Line 9757: hr_utility.set_location(' BEN_LER_CHG_PTIP_ENRT_F CREATE_LER_CHG_PTIP_ENRT ',20);

9753:
9754: if l_first_rec and not l_update then
9755:
9756: -- Call Create routine.
9757: hr_utility.set_location(' BEN_LER_CHG_PTIP_ENRT_F CREATE_LER_CHG_PTIP_ENRT ',20);
9758: BEN_LER_CHG_PTIP_ENRT_API.CREATE_LER_CHG_PTIP_ENRT(
9759: --
9760: P_VALIDATE => false
9761: ,P_EFFECTIVE_DATE => l_effective_date

Line 9831: hr_utility.set_location(' BEN_LER_CHG_PTIP_ENRT_F UPDATE_LER_CHG_PTIP_ENRT ',30);

9827: else
9828: --
9829: -- Call Update routine for the pk_id created in prev run .
9830: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9831: hr_utility.set_location(' BEN_LER_CHG_PTIP_ENRT_F UPDATE_LER_CHG_PTIP_ENRT ',30);
9832: --UPD START
9833: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9834: --
9835: if l_update then