DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_THREE dependencies on BEN_HRLY_SLRD_RT_F

Line 744: -- and tr.where_clause = l_BEN_HRLY_SLRD_RT_F

740: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
741: pqh_table_route tr
742: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
743: and cpe.table_route_id = tr.table_route_id
744: -- and tr.where_clause = l_BEN_HRLY_SLRD_RT_F
745: and tr.table_alias = l_table_alias
746: and cpe.number_of_copies = 1 -- ADDITION
747: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
748: order by information1, information2; --added for bug: 5151945

Line 782: from BEN_HRLY_SLRD_RT_F HSR

778: c_business_group_id number,
779: c_new_pk_id number) is
780: select
781: HSR.hrly_slrd_rt_id new_value
782: from BEN_HRLY_SLRD_RT_F HSR
783: where
784: HSR.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
785: HSR.HRLY_SLRD_CD = l_HRLY_SLRD_CD and
786: HSR.ORDR_NUM = l_ORDR_NUM and

Line 795: from BEN_HRLY_SLRD_RT_F HSR1

791: and effective_end_date ;
792: --END TEMPIK
793: /*TEMPIK
794: and exists ( select null
795: from BEN_HRLY_SLRD_RT_F HSR1
796: where
797: HSR1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
798: HSR1.HRLY_SLRD_CD = l_HRLY_SLRD_CD and
799: HSR1.ORDR_NUM = l_ORDR_NUM and

Line 803: from BEN_HRLY_SLRD_RT_F HSR2

799: HSR1.ORDR_NUM = l_ORDR_NUM and
800: HSR1.business_group_id = c_business_group_id
801: and HSR1.effective_start_date <= c_effective_start_date )
802: and exists ( select null
803: from BEN_HRLY_SLRD_RT_F HSR2
804: where
805: HSR2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
806: HSR2.HRLY_SLRD_CD = l_HRLY_SLRD_CD and
807: HSR2.ORDR_NUM = l_ORDR_NUM and

Line 942: (p_base_table_name => 'BEN_HRLY_SLRD_RT_F',

938: if c_find_HSR_in_target%found then
939: --
940: --TEMPIK
941: l_dt_rec_found := dt_api.check_min_max_dates
942: (p_base_table_name => 'BEN_HRLY_SLRD_RT_F',
943: p_base_key_column => 'HRLY_SLRD_RT_ID',
944: p_base_key_value => l_new_value,
945: p_from_date => l_min_esd,
946: p_to_date => l_max_eed );

Line 1000: hr_utility.set_location(' BEN_HRLY_SLRD_RT_F CREATE_HRLY_SALARY_RATE ',20);

996: end if;
997:
998: if l_first_rec and not l_update then
999: -- Call Create routine.
1000: hr_utility.set_location(' BEN_HRLY_SLRD_RT_F CREATE_HRLY_SALARY_RATE ',20);
1001: BEN_HRLY_SALARY_RATE_API.CREATE_HRLY_SALARY_RATE(
1002: --
1003: P_VALIDATE => false
1004: ,P_EFFECTIVE_DATE => l_effective_date

Line 1092: hr_utility.set_location(' BEN_HRLY_SLRD_RT_F UPDATE_HRLY_SALARY_RATE ',30);

1088: --
1089: IF l_update OR l_dml_operation <> 'UPDATE' THEN
1090: --UPD END
1091: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1092: hr_utility.set_location(' BEN_HRLY_SLRD_RT_F UPDATE_HRLY_SALARY_RATE ',30);
1093: BEN_HRLY_SALARY_RATE_API.UPDATE_HRLY_SALARY_RATE(
1094: --
1095: P_VALIDATE => false
1096: ,P_EFFECTIVE_DATE => l_effective_date