DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_THREE dependencies on BEN_COMPTNCY_RT_F

Line 6877: -- and tr.where_clause = l_BEN_COMPTNCY_RT_F

6873: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
6874: pqh_table_route tr
6875: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
6876: and cpe.table_route_id = tr.table_route_id
6877: -- and tr.where_clause = l_BEN_COMPTNCY_RT_F
6878: and tr.table_alias = l_table_alias
6879: and cpe.number_of_copies = 1 -- ADDITION
6880: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
6881: order by information1, information2; --added for bug: 5151945

Line 6915: from BEN_COMPTNCY_RT_F CTY

6911: c_business_group_id number,
6912: c_new_pk_id number) is
6913: select
6914: CTY.comptncy_rt_id new_value
6915: from BEN_COMPTNCY_RT_F CTY
6916: where
6917: CTY.COMPETENCE_ID = l_COMPETENCE_ID and
6918: CTY.RATING_LEVEL_ID =l_RATING_LEVEL_ID and
6919: CTY.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and

Line 6929: from BEN_COMPTNCY_RT_F CTY1

6925: and effective_end_date ;
6926: --END TEMPIK
6927: /*TEMPIK
6928: and exists ( select null
6929: from BEN_COMPTNCY_RT_F CTY1
6930: where
6931: CTY1.COMPETENCE_ID = l_COMPETENCE_ID and
6932: CTY1.RATING_LEVEL_ID =l_RATING_LEVEL_ID and
6933: CTY1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and

Line 6938: from BEN_COMPTNCY_RT_F CTY2

6934: CTY1.ORDR_NUM = l_ORDR_NUM and
6935: CTY1.business_group_id = c_business_group_id
6936: and CTY1.effective_start_date <= c_effective_start_date )
6937: and exists ( select null
6938: from BEN_COMPTNCY_RT_F CTY2
6939: where
6940: CTY2.COMPETENCE_ID = l_COMPETENCE_ID and
6941: CTY2.RATING_LEVEL_ID = l_RATING_LEVEL_ID and
6942: CTY2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and

Line 7105: (p_base_table_name => 'BEN_COMPTNCY_RT_F',

7101: if c_find_CTY_in_target%found then
7102: --
7103: --TEMPIK
7104: l_dt_rec_found := dt_api.check_min_max_dates
7105: (p_base_table_name => 'BEN_COMPTNCY_RT_F',
7106: p_base_key_column => 'COMPTNCY_RT_ID',
7107: p_base_key_value => l_new_value,
7108: p_from_date => l_min_esd,
7109: p_to_date => l_max_eed );

Line 7163: hr_utility.set_location(' BEN_COMPTNCY_RT_F CREATE_COMPTNCY_RT ',20);

7159: end if;
7160:
7161: if l_first_rec and not l_update then
7162: -- Call Create routine.
7163: hr_utility.set_location(' BEN_COMPTNCY_RT_F CREATE_COMPTNCY_RT ',20);
7164: BEN_COMPTNCY_RT_API.CREATE_COMPTNCY_RT(
7165: --
7166: P_VALIDATE => false
7167: ,P_EFFECTIVE_DATE => l_effective_date

Line 7256: hr_utility.set_location(' BEN_COMPTNCY_RT_F UPDATE_COMPTNCY_RT ',30);

7252: --
7253: IF l_update OR l_dml_operation <> 'UPDATE' THEN
7254: --UPD END
7255: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7256: hr_utility.set_location(' BEN_COMPTNCY_RT_F UPDATE_COMPTNCY_RT ',30);
7257: BEN_COMPTNCY_RT_API.UPDATE_COMPTNCY_RT(
7258: --
7259: P_VALIDATE => false
7260: ,P_EFFECTIVE_DATE => l_effective_date