DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_THREE dependencies on BEN_JOB_RT_F

Line 255: -- and tr.where_clause = l_BEN_JOB_RT_F

251: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
252: pqh_table_route tr
253: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
254: and cpe.table_route_id = tr.table_route_id
255: -- and tr.where_clause = l_BEN_JOB_RT_F
256: and tr.table_alias = l_table_alias
257: and cpe.number_of_copies = 1 -- ADDITION
258: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
259: order by information1, information2; --added for bug: 5151945

Line 293: from BEN_JOB_RT_F JRT

289: c_business_group_id number,
290: c_new_pk_id number) is
291: select
292: JRT.job_rt_id new_value
293: from BEN_JOB_RT_F JRT
294: where
295: JRT.JOB_ID = l_JOB_ID and
296: JRT.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
297: JRT.ORDR_NUM = l_ORDR_NUM and

Line 306: from BEN_JOB_RT_F JRT1

302: and effective_end_date ;
303: --END TEMPIK
304: /*TEMPIK
305: and exists ( select null
306: from BEN_JOB_RT_F JRT1
307: where
308: JRT1.JOB_ID = l_JOB_ID and
309: JRT1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
310: JRT1.ORDR_NUM = l_ORDR_NUM and

Line 314: from BEN_JOB_RT_F JRT2

310: JRT1.ORDR_NUM = l_ORDR_NUM and
311: JRT1.business_group_id = c_business_group_id
312: and JRT1.effective_start_date <= c_effective_start_date )
313: and exists ( select null
314: from BEN_JOB_RT_F JRT2
315: where
316: JRT2.JOB_ID = l_JOB_ID and
317: JRT2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
318: JRT2.ORDR_NUM = l_ORDR_NUM and

Line 475: (p_base_table_name => 'BEN_JOB_RT_F',

471: if c_find_JRT_in_target%found then
472: --
473: --TEMPIK
474: l_dt_rec_found := dt_api.check_min_max_dates
475: (p_base_table_name => 'BEN_JOB_RT_F',
476: p_base_key_column => 'JOB_RT_ID',
477: p_base_key_value => l_new_value,
478: p_from_date => l_min_esd,
479: p_to_date => l_max_eed );

Line 533: hr_utility.set_location(' BEN_JOB_RT_F CREATE_JOB_RT ',20);

529: end if;
530:
531: if l_first_rec and not l_update then
532: -- Call Create routine.
533: hr_utility.set_location(' BEN_JOB_RT_F CREATE_JOB_RT ',20);
534: BEN_JOB_RT_API.CREATE_JOB_RT(
535: --
536: P_VALIDATE => false
537: ,P_EFFECTIVE_DATE => l_effective_date

Line 625: hr_utility.set_location(' BEN_JOB_RT_F UPDATE_JOB_RT ',30);

621: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
622: --
623: IF l_update OR l_dml_operation <> 'UPDATE' THEN
624: --UPD END
625: hr_utility.set_location(' BEN_JOB_RT_F UPDATE_JOB_RT ',30);
626: BEN_JOB_RT_API.UPDATE_JOB_RT(
627: --
628: P_VALIDATE => false
629: ,P_EFFECTIVE_DATE => l_effective_date