DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_PCT_FL_TM_PRTE_F

Line 13408: -- and tr.where_clause = l_BEN_ELIG_PCT_FL_TM_PRTE_F

13404: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
13405: pqh_table_route tr
13406: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
13407: and cpe.table_route_id = tr.table_route_id
13408: -- and tr.where_clause = l_BEN_ELIG_PCT_FL_TM_PRTE_F
13409: and tr.table_alias = l_table_alias
13410: and cpe.number_of_copies = 1 -- ADDITION
13411: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
13412: order by information1, information2; --added for bug: 5151945

Line 13446: from BEN_ELIG_PCT_FL_TM_PRTE_F EPF

13442: c_business_group_id number,
13443: c_new_pk_id number) is
13444: select
13445: EPF.elig_pct_fl_tm_prte_id new_value
13446: from BEN_ELIG_PCT_FL_TM_PRTE_F EPF
13447: where
13448: EPF.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
13449: EPF.PCT_FL_TM_FCTR_ID = l_PCT_FL_TM_FCTR_ID and
13450: EPF.ORDR_NUM = l_ORDR_NUM and

Line 13458: from BEN_ELIG_PCT_FL_TM_PRTE_F EPF1

13454: and effective_end_date ;
13455: --END TEMPIK
13456: /*TEMPIK
13457: and exists ( select null
13458: from BEN_ELIG_PCT_FL_TM_PRTE_F EPF1
13459: where
13460: EPF1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
13461: EPF1.PCT_FL_TM_FCTR_ID = l_PCT_FL_TM_FCTR_ID and
13462: EPF1.ORDR_NUM = l_ORDR_NUM and

Line 13466: from BEN_ELIG_PCT_FL_TM_PRTE_F EPF2

13462: EPF1.ORDR_NUM = l_ORDR_NUM and
13463: EPF1.business_group_id = c_business_group_id
13464: and EPF1.effective_start_date <= c_effective_start_date )
13465: and exists ( select null
13466: from BEN_ELIG_PCT_FL_TM_PRTE_F EPF2
13467: where
13468: EPF2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
13469: EPF2.PCT_FL_TM_FCTR_ID = l_PCT_FL_TM_FCTR_ID and
13470: EPF2.ORDR_NUM = l_ORDR_NUM and

Line 13625: (p_base_table_name => 'BEN_ELIG_PCT_FL_TM_PRTE_F',

13621: if c_find_EPF_in_target%found then
13622: --
13623: --TEMPIK
13624: l_dt_rec_found := dt_api.check_min_max_dates
13625: (p_base_table_name => 'BEN_ELIG_PCT_FL_TM_PRTE_F',
13626: p_base_key_column => 'ELIG_PCT_FL_TM_PRTE_ID',
13627: p_base_key_value => l_new_value,
13628: p_from_date => l_min_esd,
13629: p_to_date => l_max_eed );

Line 13685: hr_utility.set_location(' BEN_ELIG_PCT_FL_TM_PRTE_F CREATE_ELIG_PCT_FL_TM_PRTE ',20);

13681: end if;
13682:
13683: if l_first_rec and not l_update then
13684: -- Call Create routine.
13685: hr_utility.set_location(' BEN_ELIG_PCT_FL_TM_PRTE_F CREATE_ELIG_PCT_FL_TM_PRTE ',20);
13686: BEN_ELIG_PCT_FL_TM_PRTE_API.CREATE_ELIG_PCT_FL_TM_PRTE(
13687: --
13688: P_VALIDATE => false
13689: ,P_EFFECTIVE_DATE => l_effective_date

Line 13758: hr_utility.set_location(' BEN_ELIG_PCT_FL_TM_PRTE_F UPDATE_ELIG_PCT_FL_TM_PRTE ',30);

13754: else
13755: --
13756: -- Call Update routine for the pk_id created in prev run .
13757: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13758: hr_utility.set_location(' BEN_ELIG_PCT_FL_TM_PRTE_F UPDATE_ELIG_PCT_FL_TM_PRTE ',30);
13759: --UPD START
13760: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13761: --
13762: if l_update then