DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_SVC_AREA_PRTE_F

Line 18479: -- and tr.where_clause = l_BEN_ELIG_SVC_AREA_PRTE_F

18475: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
18476: pqh_table_route tr
18477: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
18478: and cpe.table_route_id = tr.table_route_id
18479: -- and tr.where_clause = l_BEN_ELIG_SVC_AREA_PRTE_F
18480: and tr.table_alias = l_table_alias
18481: and cpe.number_of_copies = 1 -- ADDITION
18482: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
18483: order by information1, information2; --added for bug: 5151945

Line 18517: from BEN_ELIG_SVC_AREA_PRTE_F ESA

18513: c_business_group_id number,
18514: c_new_pk_id number) is
18515: select
18516: ESA.elig_svc_area_prte_id new_value
18517: from BEN_ELIG_SVC_AREA_PRTE_F ESA
18518: where
18519: ESA.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
18520: ESA.SVC_AREA_ID = l_SVC_AREA_ID and
18521: ESA.business_group_id = c_business_group_id

Line 18528: from BEN_ELIG_SVC_AREA_PRTE_F ESA1

18524: and effective_end_date ;
18525: --END TEMPIK
18526: /*TEMPIK
18527: and exists ( select null
18528: from BEN_ELIG_SVC_AREA_PRTE_F ESA1
18529: where
18530: ESA1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
18531: ESA1.SVC_AREA_ID = l_SVC_AREA_ID and
18532: ESA1.ORDR_NUM = l_ORDR_NUM and -- Added this criteria

Line 18536: from BEN_ELIG_SVC_AREA_PRTE_F ESA2

18532: ESA1.ORDR_NUM = l_ORDR_NUM and -- Added this criteria
18533: ESA1.business_group_id = c_business_group_id
18534: and ESA1.effective_start_date <= c_effective_start_date )
18535: and exists ( select null
18536: from BEN_ELIG_SVC_AREA_PRTE_F ESA2
18537: where
18538: ESA2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
18539: ESA2.SVC_AREA_ID = l_SVC_AREA_ID and
18540: ESA2.ORDR_NUM = l_ORDR_NUM and -- Added this criteria

Line 18704: (p_base_table_name => 'BEN_ELIG_SVC_AREA_PRTE_F',

18700: if c_find_ESA_in_target%found then
18701: --
18702: --TEMPIK
18703: l_dt_rec_found := dt_api.check_min_max_dates
18704: (p_base_table_name => 'BEN_ELIG_SVC_AREA_PRTE_F',
18705: p_base_key_column => 'ELIG_SVC_AREA_PRTE_ID',
18706: p_base_key_value => l_new_value,
18707: p_from_date => l_min_esd,
18708: p_to_date => l_max_eed );

Line 18764: hr_utility.set_location(' BEN_ELIG_SVC_AREA_PRTE_F CREATE_ELIG_SVC_AREA_PRTE ',20);

18760: end if;
18761:
18762: if l_first_rec and not l_update then
18763: -- Call Create routine.
18764: hr_utility.set_location(' BEN_ELIG_SVC_AREA_PRTE_F CREATE_ELIG_SVC_AREA_PRTE ',20);
18765: BEN_ELIG_SVC_AREA_PRTE_API.CREATE_ELIG_SVC_AREA_PRTE(
18766: --
18767: P_VALIDATE => false
18768: ,P_EFFECTIVE_DATE => l_effective_date

Line 18837: hr_utility.set_location(' BEN_ELIG_SVC_AREA_PRTE_F UPDATE_ELIG_SVC_AREA_PRTE ',30);

18833: else
18834: --
18835: -- Call Update routine for the pk_id created in prev run .
18836: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
18837: hr_utility.set_location(' BEN_ELIG_SVC_AREA_PRTE_F UPDATE_ELIG_SVC_AREA_PRTE ',30);
18838: --UPD START
18839: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
18840: --
18841: if l_update then