DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FIVE dependencies on BEN_DPNT_CVG_RQD_RLSHP_F

Line 9372: l_PER_RELSHP_TYP_CD ben_dpnt_cvg_rqd_rlshp_f.per_relshp_typ_cd%type;

9368: --
9369: l_CVG_STRT_DT_RL number;
9370: l_CVG_THRU_DT_RL number;
9371: l_DPNT_CVG_ELIGY_PRFL_ID number;
9372: l_PER_RELSHP_TYP_CD ben_dpnt_cvg_rqd_rlshp_f.per_relshp_typ_cd%type;
9373: cursor c_unique_DCR(l_table_alias varchar2) is
9374: select distinct cpe.information1,
9375: cpe.information2,
9376: cpe.information3,

Line 9384: -- and tr.where_clause = l_BEN_DPNT_CVG_RQD_RLSHP_F

9380: from ben_copy_entity_results cpe,
9381: pqh_table_route tr
9382: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
9383: and cpe.table_route_id = tr.table_route_id
9384: -- and tr.where_clause = l_BEN_DPNT_CVG_RQD_RLSHP_F
9385: and tr.table_alias = l_table_alias
9386: and cpe.number_of_copies = 1 -- ADDITION
9387: group by cpe.information1,cpe.information2,cpe.information3,cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
9388: order by information1, information2; --added for bug: 5151945

Line 9422: from BEN_DPNT_CVG_RQD_RLSHP_F DCR

9418: c_business_group_id number,
9419: c_new_pk_id number) is
9420: select
9421: DCR.dpnt_cvg_rqd_rlshp_id new_value
9422: from BEN_DPNT_CVG_RQD_RLSHP_F DCR
9423: where
9424: DCR.DPNT_CVG_ELIGY_PRFL_ID = l_DPNT_CVG_ELIGY_PRFL_ID and
9425: DCR.PER_RELSHP_TYP_CD = l_PER_RELSHP_TYP_CD and
9426: DCR.business_group_id = c_business_group_id

Line 9434: from BEN_DPNT_CVG_RQD_RLSHP_F DCR1

9430: and effective_end_date ;
9431: --END TEMPIK
9432: /*TEMPIK
9433: and exists ( select null
9434: from BEN_DPNT_CVG_RQD_RLSHP_F DCR1
9435: where
9436: DCR1.DPNT_CVG_ELIGY_PRFL_ID = l_DPNT_CVG_ELIGY_PRFL_ID and
9437: DCR1.PER_RELSHP_TYP_CD = l_PER_RELSHP_TYP_CD and
9438: DCR1.business_group_id = c_business_group_id

Line 9441: from BEN_DPNT_CVG_RQD_RLSHP_F DCR2

9437: DCR1.PER_RELSHP_TYP_CD = l_PER_RELSHP_TYP_CD and
9438: DCR1.business_group_id = c_business_group_id
9439: and DCR1.effective_start_date <= c_effective_start_date )
9440: and exists ( select null
9441: from BEN_DPNT_CVG_RQD_RLSHP_F DCR2
9442: where
9443: DCR2.DPNT_CVG_ELIGY_PRFL_ID = l_DPNT_CVG_ELIGY_PRFL_ID and
9444: DCR2.PER_RELSHP_TYP_CD = l_PER_RELSHP_TYP_CD and
9445: DCR2.business_group_id = c_business_group_id

Line 9592: (p_base_table_name => 'BEN_DPNT_CVG_RQD_RLSHP_F',

9588: if c_find_DCR_in_target%found then
9589: --
9590: --TEMPIK
9591: l_dt_rec_found := dt_api.check_min_max_dates
9592: (p_base_table_name => 'BEN_DPNT_CVG_RQD_RLSHP_F',
9593: p_base_key_column => 'DPNT_CVG_RQD_RLSHP_ID',
9594: p_base_key_value => l_new_value,
9595: p_from_date => l_min_esd,
9596: p_to_date => l_max_eed );

Line 9655: hr_utility.set_location(' BEN_DPNT_CVG_RQD_RLSHP_F CREATE_DPNT_CVG_RQD_RLSHP ',20);

9651: --if l_first_rec then
9652: if l_first_rec and not l_update then
9653: -- UPD END
9654: -- Call Create routine.
9655: hr_utility.set_location(' BEN_DPNT_CVG_RQD_RLSHP_F CREATE_DPNT_CVG_RQD_RLSHP ',20);
9656: BEN_DPNT_CVG_RQD_RLSHP_API.CREATE_DPNT_CVG_RQD_RLSHP(
9657: --
9658: P_VALIDATE => false
9659: ,P_EFFECTIVE_DATE => l_effective_date

Line 9724: hr_utility.set_location(' BEN_DPNT_CVG_RQD_RLSHP_F UPDATE_DPNT_CVG_RQD_RLSHP ',30);

9720: else
9721: --
9722: -- Call Update routine for the pk_id created in prev run .
9723: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9724: hr_utility.set_location(' BEN_DPNT_CVG_RQD_RLSHP_F UPDATE_DPNT_CVG_RQD_RLSHP ',30);
9725: --UPD START
9726: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9727: --
9728: if l_update then