DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_PRTN_ELIG_F

Line 15499: -- and tr.where_clause = l_BEN_PRTN_ELIG_F

15495: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
15496: pqh_table_route tr
15497: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
15498: and cpe.table_route_id = tr.table_route_id
15499: -- and tr.where_clause = l_BEN_PRTN_ELIG_F
15500: and tr.table_alias = l_table_alias
15501: and cpe.number_of_copies = 1 -- ADDITION
15502: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
15503: order by information1, information2; --added for bug: 5151945

Line 15537: from BEN_PRTN_ELIG_F EPA

15533: c_business_group_id number,
15534: c_new_pk_id number) is
15535: select
15536: EPA.prtn_elig_id new_value
15537: from BEN_PRTN_ELIG_F EPA
15538: where
15539: nvl(EPA.OIPL_ID,-999) = nvl(l_OIPL_ID,-999) and
15540: nvl(EPA.PGM_ID,-999) = nvl(l_PGM_ID,-999) and
15541: nvl(EPA.PLIP_ID,-999) = nvl(l_PLIP_ID,-999) and

Line 15552: from BEN_PRTN_ELIG_F EPA1

15548: and effective_end_date ;
15549: --END TEMPIK
15550: /*TEMPIK
15551: and exists ( select null
15552: from BEN_PRTN_ELIG_F EPA1
15553: where
15554: nvl(EPA1.OIPL_ID,-999) = nvl(l_OIPL_ID,-999) and
15555: nvl(EPA1.PGM_ID,-999) = nvl(l_PGM_ID,-999) and
15556: nvl(EPA1.PLIP_ID,-999) = nvl(l_PLIP_ID,-999) and

Line 15562: from BEN_PRTN_ELIG_F EPA2

15558: nvl(EPA1.PTIP_ID,-999) = nvl(l_PTIP_ID,-999) and
15559: EPA1.business_group_id = c_business_group_id
15560: and EPA1.effective_start_date <= c_effective_start_date )
15561: and exists ( select null
15562: from BEN_PRTN_ELIG_F EPA2
15563: where
15564: nvl(EPA2.OIPL_ID,-999) = nvl(l_OIPL_ID,-999) and
15565: nvl(EPA2.PGM_ID,-999) = nvl(l_PGM_ID,-999) and
15566: nvl(EPA2.PLIP_ID,-999) = nvl(l_PLIP_ID,-999) and

Line 15718: (p_base_table_name => 'BEN_PRTN_ELIG_F',

15714: if c_find_EPA_in_target%found then
15715: --
15716: --TEMPIK
15717: l_dt_rec_found := dt_api.check_min_max_dates
15718: (p_base_table_name => 'BEN_PRTN_ELIG_F',
15719: p_base_key_column => 'PRTN_ELIG_ID',
15720: p_base_key_value => l_new_value,
15721: p_from_date => l_min_esd,
15722: p_to_date => l_max_eed );

Line 15777: hr_utility.set_location(' BEN_PRTN_ELIG_F CREATE_PARTICIPATION_ELIG ',20);

15773: end if;
15774:
15775: if l_first_rec and not l_update then
15776: -- Call Create routine.
15777: hr_utility.set_location(' BEN_PRTN_ELIG_F CREATE_PARTICIPATION_ELIG ',20);
15778: BEN_PARTICIPATION_ELIG_API.CREATE_PARTICIPATION_ELIG(
15779: --
15780: P_VALIDATE => false
15781: ,P_EFFECTIVE_DATE => l_effective_date

Line 15861: hr_utility.set_location(' BEN_PRTN_ELIG_F UPDATE_PARTICIPATION_ELIG ',30);

15857: else
15858: --
15859: -- Call Update routine for the pk_id created in prev run .
15860: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15861: hr_utility.set_location(' BEN_PRTN_ELIG_F UPDATE_PARTICIPATION_ELIG ',30);
15862: --UPD START
15863: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15864: --
15865: if l_update then