DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_LEE_RSN_F

Line 17303: -- and tr.where_clause = l_BEN_LEE_RSN_F

17299: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
17300: pqh_table_route tr
17301: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
17302: and cpe.table_route_id = tr.table_route_id
17303: -- and tr.where_clause = l_BEN_LEE_RSN_F
17304: and tr.table_alias = l_table_alias
17305: and cpe.number_of_copies = 1 -- ADDITION
17306: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
17307: order by information1, information2; --added for bug: 5151945

Line 17341: from BEN_LEE_RSN_F LEN

17337: c_business_group_id number,
17338: c_new_pk_id number) is
17339: select
17340: LEN.lee_rsn_id new_value
17341: from BEN_LEE_RSN_F LEN
17342: where
17343: nvl(LEN.LER_ID,-999) = nvl(l_LER_ID,-999) and
17344: nvl(LEN.POPL_ENRT_TYP_CYCL_ID,-999) = nvl(l_POPL_ENRT_TYP_CYCL_ID,-999) and
17345: LEN.business_group_id = c_business_group_id

Line 17353: from BEN_LEE_RSN_F LEN1

17349: and effective_end_date ;
17350: --END TEMPIK
17351: /*TEMPIK
17352: and exists ( select null
17353: from BEN_LEE_RSN_F LEN1
17354: where
17355: nvl(LEN1.LER_ID,-999) = l_LER_ID and
17356: nvl(LEN1.POPL_ENRT_TYP_CYCL_ID,-999) = nvl(l_POPL_ENRT_TYP_CYCL_ID , -999) and
17357: LEN1.business_group_id = c_business_group_id

Line 17360: from BEN_LEE_RSN_F LEN2

17356: nvl(LEN1.POPL_ENRT_TYP_CYCL_ID,-999) = nvl(l_POPL_ENRT_TYP_CYCL_ID , -999) and
17357: LEN1.business_group_id = c_business_group_id
17358: and LEN1.effective_start_date <= c_effective_start_date )
17359: and exists ( select null
17360: from BEN_LEE_RSN_F LEN2
17361: where
17362: nvl(LEN2.LER_ID,-999) = l_LER_ID and
17363: nvl(LEN2.POPL_ENRT_TYP_CYCL_ID,-999) = nvl(l_POPL_ENRT_TYP_CYCL_ID , -999) and
17364: LEN2.business_group_id = c_business_group_id

Line 17511: (p_base_table_name => 'BEN_LEE_RSN_F',

17507: if c_find_LEN_in_target%found then
17508: --
17509: --TEMPIK
17510: l_dt_rec_found := dt_api.check_min_max_dates
17511: (p_base_table_name => 'BEN_LEE_RSN_F',
17512: p_base_key_column => 'LEE_RSN_ID',
17513: p_base_key_value => l_new_value,
17514: p_from_date => l_min_esd,
17515: p_to_date => l_max_eed );

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

17566: end if;
17567:
17568: if l_first_rec and not l_update then
17569: -- Call Create routine.
17570: hr_utility.set_location(' BEN_LEE_RSN_F CREATE_LIFE_EVENT_ENROLL_RSN ',20);
17571: BEN_LIFE_EVENT_ENROLL_RSN_API.CREATE_LIFE_EVENT_ENROLL_RSN(
17572: --
17573: P_VALIDATE => false
17574: ,P_EFFECTIVE_DATE => l_effective_date

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

17655: else
17656: --
17657: -- Call Update routine for the pk_id created in prev run .
17658: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17659: hr_utility.set_location(' BEN_LEE_RSN_F UPDATE_LIFE_EVENT_ENROLL_RSN ',30);
17660: --UPD START
17661: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17662: --
17663: if l_update then