DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_GRD_PRTE_F

Line 26635: -- and tr.where_clause = l_BEN_ELIG_GRD_PRTE_F

26631: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
26632: pqh_table_route tr
26633: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
26634: and cpe.table_route_id = tr.table_route_id
26635: -- and tr.where_clause = l_BEN_ELIG_GRD_PRTE_F
26636: and tr.table_alias = l_table_alias
26637: and cpe.number_of_copies = 1 -- ADDITION
26638: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
26639: order by information1, information2; --added for bug: 5151945

Line 26673: from BEN_ELIG_GRD_PRTE_F EGR

26669: c_business_group_id number,
26670: c_new_pk_id number) is
26671: select
26672: EGR.elig_grd_prte_id new_value
26673: from BEN_ELIG_GRD_PRTE_F EGR
26674: where
26675: EGR.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
26676: EGR.GRADE_ID = l_GRADE_ID and
26677: EGR.ORDR_NUM = l_ORDR_NUM and

Line 26685: from BEN_ELIG_GRD_PRTE_F EGR1

26681: and effective_end_date ;
26682: --END TEMPIK
26683: /*TEMPIK
26684: and exists ( select null
26685: from BEN_ELIG_GRD_PRTE_F EGR1
26686: where
26687: EGR1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
26688:
26689: -- Additional Filter

Line 26696: from BEN_ELIG_GRD_PRTE_F EGR2

26692:
26693: EGR1.business_group_id = c_business_group_id
26694: and EGR1.effective_start_date <= c_effective_start_date )
26695: and exists ( select null
26696: from BEN_ELIG_GRD_PRTE_F EGR2
26697: where
26698: EGR2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
26699:
26700: -- Additional Filter

Line 26880: (p_base_table_name => 'BEN_ELIG_GRD_PRTE_F',

26876: if c_find_EGR_in_target%found then
26877: --
26878: --TEMPIK
26879: l_dt_rec_found := dt_api.check_min_max_dates
26880: (p_base_table_name => 'BEN_ELIG_GRD_PRTE_F',
26881: p_base_key_column => 'ELIG_GRD_PRTE_ID',
26882: p_base_key_value => l_new_value,
26883: p_from_date => l_min_esd,
26884: p_to_date => l_max_eed );

Line 26943: hr_utility.set_location(' BEN_ELIG_GRD_PRTE_F CREATE_ELIG_GRD_PRTE ',20);

26939: end if;
26940:
26941: if l_first_rec and not l_update then
26942: -- Call Create routine.
26943: hr_utility.set_location(' BEN_ELIG_GRD_PRTE_F CREATE_ELIG_GRD_PRTE ',20);
26944: BEN_ELIG_GRD_PRTE_API.CREATE_ELIG_GRD_PRTE(
26945: --
26946: P_VALIDATE => false
26947: ,P_EFFECTIVE_DATE => l_effective_date

Line 27016: hr_utility.set_location(' BEN_ELIG_GRD_PRTE_F UPDATE_ELIG_GRD_PRTE ',30);

27012: else
27013: --
27014: -- Call Update routine for the pk_id created in prev run .
27015: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
27016: hr_utility.set_location(' BEN_ELIG_GRD_PRTE_F UPDATE_ELIG_GRD_PRTE ',30);
27017: --UPD START
27018: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
27019: --
27020: if l_update then