DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_LVG_RSN_PRTE_F

Line 10432: -- and tr.where_clause = l_BEN_ELIG_LVG_RSN_PRTE_F

10428: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
10429: pqh_table_route tr
10430: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
10431: and cpe.table_route_id = tr.table_route_id
10432: -- and tr.where_clause = l_BEN_ELIG_LVG_RSN_PRTE_F
10433: and tr.table_alias = l_table_alias
10434: and cpe.number_of_copies = 1 -- ADDITION
10435: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
10436: order by information1, information2; --added for bug: 5151945

Line 10470: from BEN_ELIG_LVG_RSN_PRTE_F ELV

10466: c_business_group_id number,
10467: c_new_pk_id number) is
10468: select
10469: ELV.elig_lvg_rsn_prte_id new_value
10470: from BEN_ELIG_LVG_RSN_PRTE_F ELV
10471: where
10472: ELV.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
10473: ELV.LVG_RSN_CD = l_LVG_RSN_CD and
10474: ELV.business_group_id = c_business_group_id

Line 10481: from BEN_ELIG_LVG_RSN_PRTE_F ELV1

10477: and effective_end_date ;
10478: --END TEMPIK
10479: /*TEMPIK
10480: and exists ( select null
10481: from BEN_ELIG_LVG_RSN_PRTE_F ELV1
10482: where
10483: ELV1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
10484: ELV1.LVG_RSN_CD = l_LVG_RSN_CD and
10485: ELV1.business_group_id = c_business_group_id

Line 10488: from BEN_ELIG_LVG_RSN_PRTE_F ELV2

10484: ELV1.LVG_RSN_CD = l_LVG_RSN_CD and
10485: ELV1.business_group_id = c_business_group_id
10486: and ELV1.effective_start_date <= c_effective_start_date )
10487: and exists ( select null
10488: from BEN_ELIG_LVG_RSN_PRTE_F ELV2
10489: where
10490: ELV2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
10491: ELV2.LVG_RSN_CD = l_LVG_RSN_CD and
10492: ELV2.business_group_id = c_business_group_id

Line 10645: (p_base_table_name => 'BEN_ELIG_LVG_RSN_PRTE_F',

10641: if c_find_ELV_in_target%found then
10642: --
10643: --TEMPIK
10644: l_dt_rec_found := dt_api.check_min_max_dates
10645: (p_base_table_name => 'BEN_ELIG_LVG_RSN_PRTE_F',
10646: p_base_key_column => 'ELIG_LVG_RSN_PRTE_ID',
10647: p_base_key_value => l_new_value,
10648: p_from_date => l_min_esd,
10649: p_to_date => l_max_eed );

Line 10705: hr_utility.set_location(' BEN_ELIG_LVG_RSN_PRTE_F CREATE_ELIG_LVG_RSN_PRTE ',20);

10701: end if;
10702:
10703: if l_first_rec and not l_update then
10704: -- Call Create routine.
10705: hr_utility.set_location(' BEN_ELIG_LVG_RSN_PRTE_F CREATE_ELIG_LVG_RSN_PRTE ',20);
10706: BEN_ELIG_LVG_RSN_PRTE_API.CREATE_ELIG_LVG_RSN_PRTE(
10707: --
10708: P_VALIDATE => false
10709: ,P_EFFECTIVE_DATE => l_effective_date

Line 10779: hr_utility.set_location(' BEN_ELIG_LVG_RSN_PRTE_F UPDATE_ELIG_LVG_RSN_PRTE ',30);

10775: else
10776: --
10777: -- Call Update routine for the pk_id created in prev run .
10778: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10779: hr_utility.set_location(' BEN_ELIG_LVG_RSN_PRTE_F UPDATE_ELIG_LVG_RSN_PRTE ',30);
10780: --UPD START
10781: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10782: --
10783: if l_update then