DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_THREE dependencies on BEN_OPTD_MDCR_RT_F

Line 13459: -- and tr.where_clause = l_BEN_OPTD_MDCR_RT_F

13455: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
13456: pqh_table_route tr
13457: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
13458: and cpe.table_route_id = tr.table_route_id
13459: -- and tr.where_clause = l_BEN_OPTD_MDCR_RT_F
13460: and tr.table_alias = l_table_alias
13461: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
13462: order by information1, information2; --added for bug: 5151945
13463: --

Line 13496: from BEN_OPTD_MDCR_RT_F OMR

13492: c_business_group_id number,
13493: c_new_pk_id number) is
13494: select
13495: OMR.optd_mdcr_rt_id new_value
13496: from BEN_OPTD_MDCR_RT_F OMR
13497: where
13498: OMR.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
13499: OMR.OPTD_MDCR_FLAG = l_OPTD_MDCR_FLAG and
13500: OMR.business_group_id = c_business_group_id

Line 13508: from BEN_OPTD_MDCR_RT_F OMR1

13504: and effective_end_date ;
13505: --END TEMPIK
13506: /*TEMPIK
13507: and exists ( select null
13508: from BEN_OPTD_MDCR_RT_F OMR1
13509: where
13510: OMR1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
13511: OMR1.OPTD_MDCR_FLAG = l_OPTD_MDCR_FLAG and
13512: OMR1.business_group_id = c_business_group_id

Line 13515: from BEN_OPTD_MDCR_RT_F OMR2

13511: OMR1.OPTD_MDCR_FLAG = l_OPTD_MDCR_FLAG and
13512: OMR1.business_group_id = c_business_group_id
13513: and OMR1.effective_start_date <= c_effective_start_date )
13514: and exists ( select null
13515: from BEN_OPTD_MDCR_RT_F OMR2
13516: where
13517: OMR2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
13518: OMR2.OPTD_MDCR_FLAG = l_OPTD_MDCR_FLAG and
13519: OMR2.business_group_id = c_business_group_id

Line 13651: (p_base_table_name => 'BEN_OPTD_MDCR_RT_F',

13647: if c_find_OMR_in_target%found then
13648: --
13649: --TEMPIK
13650: l_dt_rec_found := dt_api.check_min_max_dates
13651: (p_base_table_name => 'BEN_OPTD_MDCR_RT_F',
13652: p_base_key_column => 'OPTD_MDCR_RT_ID',
13653: p_base_key_value => l_new_value,
13654: p_from_date => l_min_esd,
13655: p_to_date => l_max_eed );

Line 13709: hr_utility.set_location(' BEN_OPTD_MDCR_RT_F CREATE_OPTD_MDCR_RT ',20);

13705: end if;
13706:
13707: if l_first_rec and not l_update then
13708: -- Call Create routine.
13709: hr_utility.set_location(' BEN_OPTD_MDCR_RT_F CREATE_OPTD_MDCR_RT ',20);
13710: BEN_OPTD_MDCR_RT_API.CREATE_OPTD_MDCR_RT(
13711: --
13712: P_VALIDATE => false
13713: ,P_EFFECTIVE_DATE => l_effective_date

Line 13800: hr_utility.set_location(' BEN_OPTD_MDCR_RT_F UPDATE_OPTD_MDCR_RT ',30);

13796: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13797: --
13798: IF l_update OR l_dml_operation <> 'UPDATE' THEN
13799: --UPD END
13800: hr_utility.set_location(' BEN_OPTD_MDCR_RT_F UPDATE_OPTD_MDCR_RT ',30);
13801: BEN_OPTD_MDCR_RT_API.UPDATE_OPTD_MDCR_RT(
13802: --
13803: P_VALIDATE => false
13804: ,P_EFFECTIVE_DATE => l_effective_date