DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_WV_PRTN_RSN_CTFN_PTIP_F

Line 9979: -- and tr.where_clause = l_BEN_WV_PRTN_RSN_CTFN_PTIP_F

9975: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
9976: pqh_table_route tr
9977: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
9978: and cpe.table_route_id = tr.table_route_id
9979: -- and tr.where_clause = l_BEN_WV_PRTN_RSN_CTFN_PTIP_F
9980: and tr.table_alias = l_table_alias
9981: and cpe.number_of_copies = 1 -- ADDITION
9982: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
9983: order by information1, information2; --added for bug: 5151945

Line 10017: from BEN_WV_PRTN_RSN_CTFN_PTIP_F WCT

10013: c_business_group_id number,
10014: c_new_pk_id number) is
10015: select
10016: WCT.wv_prtn_rsn_ctfn_ptip_id new_value
10017: from BEN_WV_PRTN_RSN_CTFN_PTIP_F WCT
10018: where
10019: WCT.WV_PRTN_RSN_PTIP_ID = l_WV_PRTN_RSN_PTIP_ID and
10020: WCT.WV_PRTN_CTFN_TYP_CD = l_WV_PRTN_CTFN_TYP_CD and
10021: WCT.business_group_id = c_business_group_id

Line 10029: from BEN_WV_PRTN_RSN_CTFN_PTIP_F WCT1

10025: and effective_end_date ;
10026: --END TEMPIK
10027: /*TEMPIK
10028: and exists ( select null
10029: from BEN_WV_PRTN_RSN_CTFN_PTIP_F WCT1
10030: where
10031: WCT1.WV_PRTN_RSN_PTIP_ID = l_WV_PRTN_RSN_PTIP_ID and
10032: WCT1.WV_PRTN_CTFN_TYP_CD = l_WV_PRTN_CTFN_TYP_CD and
10033: WCT1.business_group_id = c_business_group_id

Line 10036: from BEN_WV_PRTN_RSN_CTFN_PTIP_F WCT2

10032: WCT1.WV_PRTN_CTFN_TYP_CD = l_WV_PRTN_CTFN_TYP_CD and
10033: WCT1.business_group_id = c_business_group_id
10034: and WCT1.effective_start_date <= c_effective_start_date )
10035: and exists ( select null
10036: from BEN_WV_PRTN_RSN_CTFN_PTIP_F WCT2
10037: where
10038: WCT2.WV_PRTN_RSN_PTIP_ID = l_WV_PRTN_RSN_PTIP_ID and
10039: WCT2.WV_PRTN_CTFN_TYP_CD = l_WV_PRTN_CTFN_TYP_CD and
10040: WCT2.business_group_id = c_business_group_id

Line 10183: (p_base_table_name => 'BEN_WV_PRTN_RSN_CTFN_PTIP_F',

10179: if c_find_WCT_in_target%found then
10180: --
10181: --TEMPIK
10182: l_dt_rec_found := dt_api.check_min_max_dates
10183: (p_base_table_name => 'BEN_WV_PRTN_RSN_CTFN_PTIP_F',
10184: p_base_key_column => 'WV_PRTN_RSN_CTFN_PTIP_ID',
10185: p_base_key_value => l_new_value,
10186: p_from_date => l_min_esd,
10187: p_to_date => l_max_eed );

Line 10242: hr_utility.set_location(' BEN_WV_PRTN_RSN_CTFN_PTIP_F CREATE_WV_PRTN_RSN_CTFN_PTIP ',20);

10238: end if;
10239:
10240: if l_first_rec and not l_update then
10241: -- Call Create routine.
10242: hr_utility.set_location(' BEN_WV_PRTN_RSN_CTFN_PTIP_F CREATE_WV_PRTN_RSN_CTFN_PTIP ',20);
10243: BEN_WV_PRTN_RSN_CTFN_PTIP_API.CREATE_WV_PRTN_RSN_CTFN_PTIP(
10244: --
10245: P_VALIDATE => false
10246: ,P_EFFECTIVE_DATE => l_effective_date

Line 10312: hr_utility.set_location(' BEN_WV_PRTN_RSN_CTFN_PTIP_F UPDATE_WV_PRTN_RSN_CTFN_PTIP ',30);

10308: else
10309: --
10310: -- Call Update routine for the pk_id created in prev run .
10311: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10312: hr_utility.set_location(' BEN_WV_PRTN_RSN_CTFN_PTIP_F UPDATE_WV_PRTN_RSN_CTFN_PTIP ',30);
10313: --UPD START
10314: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10315: --
10316: if l_update then