DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_PTIP_DPNT_CVG_CTFN_F

Line 8999: -- and tr.where_clause = l_BEN_PTIP_DPNT_CVG_CTFN_F

8995: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
8996: pqh_table_route tr
8997: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
8998: and cpe.table_route_id = tr.table_route_id
8999: -- and tr.where_clause = l_BEN_PTIP_DPNT_CVG_CTFN_F
9000: and tr.table_alias = l_table_alias
9001: and cpe.number_of_copies = 1 -- ADDITION
9002: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
9003: order by information1, information2; --added for bug: 5151945

Line 9037: from BEN_PTIP_DPNT_CVG_CTFN_F PYD

9033: c_business_group_id number,
9034: c_new_pk_id number) is
9035: select
9036: PYD.ptip_dpnt_cvg_ctfn_id new_value
9037: from BEN_PTIP_DPNT_CVG_CTFN_F PYD
9038: where
9039: PYD.PTIP_ID = l_PTIP_ID and
9040: PYD.DPNT_CVG_CTFN_TYP_CD = l_DPNT_CVG_CTFN_TYP_CD and
9041: nvl(PYD.RLSHP_TYP_CD,-999) = nvl(l_RLSHP_TYP_CD,-999) and

Line 9050: from BEN_PTIP_DPNT_CVG_CTFN_F PYD1

9046: and effective_end_date ;
9047: --END TEMPIK
9048: /*TEMPIK
9049: and exists ( select null
9050: from BEN_PTIP_DPNT_CVG_CTFN_F PYD1
9051: where
9052: PYD1.PTIP_ID = l_PTIP_ID and
9053: PYD1.DPNT_CVG_CTFN_TYP_CD = l_DPNT_CVG_CTFN_TYP_CD and
9054: nvl(PYD1.RLSHP_TYP_CD,-999) = nvl(l_RLSHP_TYP_CD,-999) and

Line 9058: from BEN_PTIP_DPNT_CVG_CTFN_F PYD2

9054: nvl(PYD1.RLSHP_TYP_CD,-999) = nvl(l_RLSHP_TYP_CD,-999) and
9055: PYD1.business_group_id = c_business_group_id
9056: and PYD1.effective_start_date <= c_effective_start_date )
9057: and exists ( select null
9058: from BEN_PTIP_DPNT_CVG_CTFN_F PYD2
9059: where
9060: PYD2.PTIP_ID = l_PTIP_ID and
9061: PYD2.DPNT_CVG_CTFN_TYP_CD = l_DPNT_CVG_CTFN_TYP_CD and
9062: nvl(PYD2.RLSHP_TYP_CD,-999) = nvl(l_RLSHP_TYP_CD,-999) and

Line 9210: (p_base_table_name => 'BEN_PTIP_DPNT_CVG_CTFN_F',

9206: if c_find_PYD_in_target%found then
9207: --
9208: --TEMPIK
9209: l_dt_rec_found := dt_api.check_min_max_dates
9210: (p_base_table_name => 'BEN_PTIP_DPNT_CVG_CTFN_F',
9211: p_base_key_column => 'PTIP_DPNT_CVG_CTFN_ID',
9212: p_base_key_value => l_new_value,
9213: p_from_date => l_min_esd,
9214: p_to_date => l_max_eed );

Line 9269: hr_utility.set_location(' BEN_PTIP_DPNT_CVG_CTFN_F CREATE_PTIP_DPNT_CVG_CTFN ',20);

9265: end if;
9266:
9267: if l_first_rec and not l_update then
9268: -- Call Create routine.
9269: hr_utility.set_location(' BEN_PTIP_DPNT_CVG_CTFN_F CREATE_PTIP_DPNT_CVG_CTFN ',20);
9270: BEN_PTIP_DPNT_CVG_CTFN_API.CREATE_PTIP_DPNT_CVG_CTFN(
9271: --
9272: P_VALIDATE => false
9273: ,P_EFFECTIVE_DATE => l_effective_date

Line 9339: hr_utility.set_location(' BEN_PTIP_DPNT_CVG_CTFN_F UPDATE_PTIP_DPNT_CVG_CTFN ',30);

9335: else
9336: --
9337: -- Call Update routine for the pk_id created in prev run .
9338: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9339: hr_utility.set_location(' BEN_PTIP_DPNT_CVG_CTFN_F UPDATE_PTIP_DPNT_CVG_CTFN ',30);
9340: --UPD START
9341: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9342: --
9343: if l_update then