DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_LEE_RSN_F

Line 17390: -- and tr.where_clause = l_BEN_LEE_RSN_F

17386: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
17387: pqh_table_route tr
17388: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
17389: and cpe.table_route_id = tr.table_route_id
17390: -- and tr.where_clause = l_BEN_LEE_RSN_F
17391: and tr.table_alias = l_table_alias
17392: and cpe.number_of_copies = 1 -- ADDITION
17393: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
17394: order by information1, information2; --added for bug: 5151945

Line 17428: from BEN_LEE_RSN_F LEN

17424: c_business_group_id number,
17425: c_new_pk_id number) is
17426: select
17427: LEN.lee_rsn_id new_value
17428: from BEN_LEE_RSN_F LEN
17429: where
17430: nvl(LEN.LER_ID,-999) = nvl(l_LER_ID,-999) and
17431: nvl(LEN.POPL_ENRT_TYP_CYCL_ID,-999) = nvl(l_POPL_ENRT_TYP_CYCL_ID,-999) and
17432: LEN.business_group_id = c_business_group_id

Line 17440: from BEN_LEE_RSN_F LEN1

17436: and effective_end_date ;
17437: --END TEMPIK
17438: /*TEMPIK
17439: and exists ( select null
17440: from BEN_LEE_RSN_F LEN1
17441: where
17442: nvl(LEN1.LER_ID,-999) = l_LER_ID and
17443: nvl(LEN1.POPL_ENRT_TYP_CYCL_ID,-999) = nvl(l_POPL_ENRT_TYP_CYCL_ID , -999) and
17444: LEN1.business_group_id = c_business_group_id

Line 17447: from BEN_LEE_RSN_F LEN2

17443: nvl(LEN1.POPL_ENRT_TYP_CYCL_ID,-999) = nvl(l_POPL_ENRT_TYP_CYCL_ID , -999) and
17444: LEN1.business_group_id = c_business_group_id
17445: and LEN1.effective_start_date <= c_effective_start_date )
17446: and exists ( select null
17447: from BEN_LEE_RSN_F LEN2
17448: where
17449: nvl(LEN2.LER_ID,-999) = l_LER_ID and
17450: nvl(LEN2.POPL_ENRT_TYP_CYCL_ID,-999) = nvl(l_POPL_ENRT_TYP_CYCL_ID , -999) and
17451: LEN2.business_group_id = c_business_group_id

Line 17598: (p_base_table_name => 'BEN_LEE_RSN_F',

17594: if c_find_LEN_in_target%found then
17595: --
17596: --TEMPIK
17597: l_dt_rec_found := dt_api.check_min_max_dates
17598: (p_base_table_name => 'BEN_LEE_RSN_F',
17599: p_base_key_column => 'LEE_RSN_ID',
17600: p_base_key_value => l_new_value,
17601: p_from_date => l_min_esd,
17602: p_to_date => l_max_eed );

Line 17657: hr_utility.set_location(' BEN_LEE_RSN_F CREATE_LIFE_EVENT_ENROLL_RSN ',20);

17653: end if;
17654:
17655: if l_first_rec and not l_update then
17656: -- Call Create routine.
17657: hr_utility.set_location(' BEN_LEE_RSN_F CREATE_LIFE_EVENT_ENROLL_RSN ',20);
17658: BEN_LIFE_EVENT_ENROLL_RSN_API.CREATE_LIFE_EVENT_ENROLL_RSN(
17659: --
17660: P_VALIDATE => false
17661: ,P_EFFECTIVE_DATE => l_effective_date

Line 17746: hr_utility.set_location(' BEN_LEE_RSN_F UPDATE_LIFE_EVENT_ENROLL_RSN ',30);

17742: else
17743: --
17744: -- Call Update routine for the pk_id created in prev run .
17745: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17746: hr_utility.set_location(' BEN_LEE_RSN_F UPDATE_LIFE_EVENT_ENROLL_RSN ',30);
17747: --UPD START
17748: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17749: --
17750: if l_update then