DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_WV_PRTN_RSN_PTIP_F

Line 10457: -- and tr.where_clause = l_BEN_WV_PRTN_RSN_PTIP_F

10453: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
10454: pqh_table_route tr
10455: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
10456: and cpe.table_route_id = tr.table_route_id
10457: -- and tr.where_clause = l_BEN_WV_PRTN_RSN_PTIP_F
10458: and tr.table_alias = l_table_alias
10459: and cpe.number_of_copies = 1 -- ADDITION
10460: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
10461: order by information1, information2; --added for bug: 5151945

Line 10495: from BEN_WV_PRTN_RSN_PTIP_F WPT

10491: c_business_group_id number,
10492: c_new_pk_id number) is
10493: select
10494: WPT.wv_prtn_rsn_ptip_id new_value
10495: from BEN_WV_PRTN_RSN_PTIP_F WPT
10496: where
10497: WPT.PTIP_ID = l_PTIP_ID and
10498: WPT.WV_PRTN_RSN_CD = l_WV_PRTN_RSN_CD and
10499: WPT.business_group_id = c_business_group_id

Line 10507: from BEN_WV_PRTN_RSN_PTIP_F WPT1

10503: and effective_end_date ;
10504: --END TEMPIK
10505: /*TEMPIK
10506: and exists ( select null
10507: from BEN_WV_PRTN_RSN_PTIP_F WPT1
10508: where
10509: WPT1.PTIP_ID = l_PTIP_ID and
10510: WPT1.WV_PRTN_RSN_CD = l_WV_PRTN_RSN_CD and
10511: WPT1.business_group_id = c_business_group_id

Line 10514: from BEN_WV_PRTN_RSN_PTIP_F WPT2

10510: WPT1.WV_PRTN_RSN_CD = l_WV_PRTN_RSN_CD and
10511: WPT1.business_group_id = c_business_group_id
10512: and WPT1.effective_start_date <= c_effective_start_date )
10513: and exists ( select null
10514: from BEN_WV_PRTN_RSN_PTIP_F WPT2
10515: where
10516: WPT2.PTIP_ID = l_PTIP_ID and
10517: WPT2.WV_PRTN_RSN_CD = l_WV_PRTN_RSN_CD and
10518: WPT2.business_group_id = c_business_group_id

Line 10661: (p_base_table_name => 'BEN_WV_PRTN_RSN_PTIP_F',

10657: if c_find_WPT_in_target%found then
10658: --
10659: --TEMPIK
10660: l_dt_rec_found := dt_api.check_min_max_dates
10661: (p_base_table_name => 'BEN_WV_PRTN_RSN_PTIP_F',
10662: p_base_key_column => 'WV_PRTN_RSN_PTIP_ID',
10663: p_base_key_value => l_new_value,
10664: p_from_date => l_min_esd,
10665: p_to_date => l_max_eed );

Line 10721: hr_utility.set_location(' BEN_WV_PRTN_RSN_PTIP_F CREATE_WV_PRTN_RSN_PTIP ',20);

10717: end if;
10718:
10719: if l_first_rec and not l_update then
10720: -- Call Create routine.
10721: hr_utility.set_location(' BEN_WV_PRTN_RSN_PTIP_F CREATE_WV_PRTN_RSN_PTIP ',20);
10722: BEN_WV_PRTN_RSN_PTIP_API.CREATE_WV_PRTN_RSN_PTIP(
10723: --
10724: P_VALIDATE => false
10725: ,P_EFFECTIVE_DATE => l_effective_date

Line 10787: hr_utility.set_location(' BEN_WV_PRTN_RSN_PTIP_F UPDATE_WV_PRTN_RSN_PTIP ',30);

10783: else
10784: --
10785: -- Call Update routine for the pk_id created in prev run .
10786: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10787: hr_utility.set_location(' BEN_WV_PRTN_RSN_PTIP_F UPDATE_WV_PRTN_RSN_PTIP ',30);
10788: --UPD START
10789: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10790: --
10791: if l_update then