DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_ENRLD_ANTHR_OIPL_F

Line 23661: -- and tr.where_clause = l_BEN_ELIG_ENRLD_ANTHR_OIPL_F

23657: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
23658: pqh_table_route tr
23659: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
23660: and cpe.table_route_id = tr.table_route_id
23661: -- and tr.where_clause = l_BEN_ELIG_ENRLD_ANTHR_OIPL_F
23662: and tr.table_alias = l_table_alias
23663: and cpe.number_of_copies = 1 -- ADDITION
23664: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
23665: order by information1, information2; --added for bug: 5151945

Line 23699: from BEN_ELIG_ENRLD_ANTHR_OIPL_F EEI

23695: c_business_group_id number,
23696: c_new_pk_id number) is
23697: select
23698: EEI.elig_enrld_anthr_oipl_id new_value
23699: from BEN_ELIG_ENRLD_ANTHR_OIPL_F EEI
23700: where
23701: EEI.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
23702: EEI.OIPL_ID = l_OIPL_ID and
23703: EEI.business_group_id = c_business_group_id

Line 23710: from BEN_ELIG_ENRLD_ANTHR_OIPL_F EEI1

23706: and effective_end_date ;
23707: --END TEMPIK
23708: /*TEMPIK
23709: and exists ( select null
23710: from BEN_ELIG_ENRLD_ANTHR_OIPL_F EEI1
23711: where
23712: EEI1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
23713: EEI1.OIPL_ID = l_OIPL_ID and
23714: EEI1.business_group_id = c_business_group_id

Line 23717: from BEN_ELIG_ENRLD_ANTHR_OIPL_F EEI2

23713: EEI1.OIPL_ID = l_OIPL_ID and
23714: EEI1.business_group_id = c_business_group_id
23715: and EEI1.effective_start_date <= c_effective_start_date )
23716: and exists ( select null
23717: from BEN_ELIG_ENRLD_ANTHR_OIPL_F EEI2
23718: where
23719: EEI2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
23720: EEI2.OIPL_ID = l_OIPL_ID and
23721: EEI2.business_group_id = c_business_group_id

Line 23878: (p_base_table_name => 'BEN_ELIG_ENRLD_ANTHR_OIPL_F',

23874: if c_find_EEI_in_target%found then
23875: --
23876: --TEMPIK
23877: l_dt_rec_found := dt_api.check_min_max_dates
23878: (p_base_table_name => 'BEN_ELIG_ENRLD_ANTHR_OIPL_F',
23879: p_base_key_column => 'ELIG_ENRLD_ANTHR_OIPL_ID',
23880: p_base_key_value => l_new_value,
23881: p_from_date => l_min_esd,
23882: p_to_date => l_max_eed );

Line 23938: hr_utility.set_location(' BEN_ELIG_ENRLD_ANTHR_OIPL_F CREATE_ELIG_ENRLD_ANTHR_OIPL ',20);

23934: end if;
23935:
23936: if l_first_rec and not l_update then
23937: -- Call Create routine.
23938: hr_utility.set_location(' BEN_ELIG_ENRLD_ANTHR_OIPL_F CREATE_ELIG_ENRLD_ANTHR_OIPL ',20);
23939: BEN_ELIG_ENRLD_ANTHR_OIPL_API.CREATE_ELIG_ENRLD_ANTHR_OIPL(
23940: --
23941: P_VALIDATE => false
23942: ,P_EFFECTIVE_DATE => l_effective_date

Line 24010: hr_utility.set_location(' BEN_ELIG_ENRLD_ANTHR_OIPL_F UPDATE_ELIG_ENRLD_ANTHR_OIPL ',30);

24006: else
24007: --
24008: -- Call Update routine for the pk_id created in prev run .
24009: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24010: hr_utility.set_location(' BEN_ELIG_ENRLD_ANTHR_OIPL_F UPDATE_ELIG_ENRLD_ANTHR_OIPL ',30);
24011: --UPD START
24012: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
24013: --
24014: if l_update then