DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_LER_CHG_PGM_ENRT_F

Line 20286: -- and tr.where_clause = l_BEN_LER_CHG_PGM_ENRT_F

20282: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
20283: pqh_table_route tr
20284: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
20285: and cpe.table_route_id = tr.table_route_id
20286: -- and tr.where_clause = l_BEN_LER_CHG_PGM_ENRT_F
20287: and tr.table_alias = l_table_alias
20288: and cpe.number_of_copies = 1 -- ADDITION
20289: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
20290: order by information1, information2; --added for bug: 5151945

Line 20324: from BEN_LER_CHG_PGM_ENRT_F LGE

20320: c_business_group_id number,
20321: c_new_pk_id number) is
20322: select
20323: LGE.ler_chg_pgm_enrt_id new_value
20324: from BEN_LER_CHG_PGM_ENRT_F LGE
20325: where
20326: LGE.LER_ID = l_LER_ID and
20327: LGE.PGM_ID = l_PGM_ID and
20328: LGE.business_group_id = c_business_group_id

Line 20336: from BEN_LER_CHG_PGM_ENRT_F LGE1

20332: and effective_end_date ;
20333: --END TEMPIK
20334: /*TEMPIK
20335: and exists ( select null
20336: from BEN_LER_CHG_PGM_ENRT_F LGE1
20337: where
20338: LGE1.LER_ID = l_LER_ID and
20339: LGE1.PGM_ID = l_PGM_ID and
20340: LGE1.business_group_id = c_business_group_id

Line 20343: from BEN_LER_CHG_PGM_ENRT_F LGE2

20339: LGE1.PGM_ID = l_PGM_ID and
20340: LGE1.business_group_id = c_business_group_id
20341: and LGE1.effective_start_date <= c_effective_start_date )
20342: and exists ( select null
20343: from BEN_LER_CHG_PGM_ENRT_F LGE2
20344: where
20345: LGE2.LER_ID = l_LER_ID and
20346: LGE2.PGM_ID = l_PGM_ID and
20347: LGE2.business_group_id = c_business_group_id

Line 20491: (p_base_table_name => 'BEN_LER_CHG_PGM_ENRT_F',

20487: fetch c_find_LGE_in_target into l_new_value ;
20488: if c_find_LGE_in_target%found then
20489: --TEMPIK
20490: l_dt_rec_found := dt_api.check_min_max_dates
20491: (p_base_table_name => 'BEN_LER_CHG_PGM_ENRT_F',
20492: p_base_key_column => 'LER_CHG_PGM_ENRT_ID',
20493: p_base_key_value => l_new_value,
20494: p_from_date => l_min_esd,
20495: p_to_date => l_max_eed );

Line 20551: hr_utility.set_location(' BEN_LER_CHG_PGM_ENRT_F CREATE_LER_CHG_PGM_ENRT ',20);

20547: end if;
20548:
20549: if l_first_rec and not l_update then
20550: -- Call Create routine.
20551: hr_utility.set_location(' BEN_LER_CHG_PGM_ENRT_F CREATE_LER_CHG_PGM_ENRT ',20);
20552: BEN_LER_CHG_PGM_ENRT_API.CREATE_LER_CHG_PGM_ENRT(
20553: --
20554: P_VALIDATE => false
20555: ,P_EFFECTIVE_DATE => l_effective_date

Line 20624: hr_utility.set_location(' BEN_LER_CHG_PGM_ENRT_F UPDATE_LER_CHG_PGM_ENRT ',30);

20620: else
20621: --
20622: -- Call Update routine for the pk_id created in prev run .
20623: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
20624: hr_utility.set_location(' BEN_LER_CHG_PGM_ENRT_F UPDATE_LER_CHG_PGM_ENRT ',30);
20625: --UPD START
20626: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
20627: --
20628: if l_update then