DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_DSBLD_PRTE_F

Line 29645: l_DSBLD_CD ben_elig_dsbld_prte_f.dsbld_cd%type;

29641: ,p_prefix_suffix_cd in varchar2 default null
29642: ) is
29643: --
29644: l_ELIGY_PRFL_ID number;
29645: l_DSBLD_CD ben_elig_dsbld_prte_f.dsbld_cd%type;
29646:
29647: cursor c_unique_EDB(l_table_alias varchar2) is
29648: select distinct cpe.information1,
29649: cpe.information2,

Line 29656: -- and tr.where_clause = l_BEN_ELIG_DSBLD_PRTE_F

29652: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
29653: pqh_table_route tr
29654: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
29655: and cpe.table_route_id = tr.table_route_id
29656: -- and tr.where_clause = l_BEN_ELIG_DSBLD_PRTE_F
29657: and tr.table_alias = l_table_alias
29658: and cpe.number_of_copies = 1 -- ADDITION
29659: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
29660: order by information1, information2; --added for bug: 5151945

Line 29694: from BEN_ELIG_DSBLD_PRTE_F EDB

29690: c_business_group_id number,
29691: c_new_pk_id number) is
29692: select
29693: EDB.elig_dsbld_prte_id new_value
29694: from BEN_ELIG_DSBLD_PRTE_F EDB
29695: where
29696: EDB.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
29697: EDB.DSBLD_CD = l_DSBLD_CD and
29698: EDB.business_group_id = c_business_group_id

Line 29705: from BEN_ELIG_DSBLD_PRTE_F EDB1

29701: and effective_end_date ;
29702: --END TEMPIK
29703: /*TEMPIK
29704: and exists ( select null
29705: from BEN_ELIG_DSBLD_PRTE_F EDB1
29706: where
29707: EDB1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
29708: EDB1.DSBLD_CD = l_DSBLD_CD and
29709: EDB1.business_group_id = c_business_group_id

Line 29712: from BEN_ELIG_DSBLD_PRTE_F EDB2

29708: EDB1.DSBLD_CD = l_DSBLD_CD and
29709: EDB1.business_group_id = c_business_group_id
29710: and EDB1.effective_start_date <= c_effective_start_date )
29711: and exists ( select null
29712: from BEN_ELIG_DSBLD_PRTE_F EDB2
29713: where
29714: EDB2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
29715: EDB2.DSBLD_CD = l_DSBLD_CD and
29716: EDB2.business_group_id = c_business_group_id

Line 29868: (p_base_table_name => 'BEN_ELIG_DSBLD_PRTE_F',

29864: if c_find_EDB_in_target%found then
29865: --
29866: --TEMPIK
29867: l_dt_rec_found := dt_api.check_min_max_dates
29868: (p_base_table_name => 'BEN_ELIG_DSBLD_PRTE_F',
29869: p_base_key_column => 'ELIG_DSBLD_PRTE_ID',
29870: p_base_key_value => l_new_value,
29871: p_from_date => l_min_esd,
29872: p_to_date => l_max_eed );

Line 29928: hr_utility.set_location(' BEN_ELIG_DSBLD_PRTE_F CREATE_ELIG_DSBLD_PRTE ',20);

29924: end if;
29925:
29926: if l_first_rec and not l_update then
29927: -- Call Create routine.
29928: hr_utility.set_location(' BEN_ELIG_DSBLD_PRTE_F CREATE_ELIG_DSBLD_PRTE ',20);
29929: BEN_ELIG_DSBLD_PRTE_API.CREATE_ELIG_DSBLD_PRTE(
29930: --
29931: P_VALIDATE => false
29932: ,P_EFFECTIVE_DATE => l_effective_date

Line 30001: hr_utility.set_location(' BEN_ELIG_DSBLD_PRTE_F UPDATE_ELIG_DSBLD_PRTE ',30);

29997: else
29998: --
29999: -- Call Update routine for the pk_id created in prev run .
30000: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
30001: hr_utility.set_location(' BEN_ELIG_DSBLD_PRTE_F UPDATE_ELIG_DSBLD_PRTE ',30);
30002: --UPD START
30003: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
30004: --
30005: if l_update then