DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_ASNT_SET_PRTE_F

Line 234: -- and tr.where_clause = l_BEN_ELIG_ASNT_SET_PRTE_F

230: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
231: pqh_table_route tr
232: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
233: and cpe.table_route_id = tr.table_route_id
234: -- and tr.where_clause = l_BEN_ELIG_ASNT_SET_PRTE_F
235: and tr.table_alias = l_table_alias
236: and cpe.number_of_copies = 1 -- ADDITION
237: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
238: order by information1, information2; --added for bug: 5151945

Line 272: from BEN_ELIG_ASNT_SET_PRTE_F EAN

268: c_business_group_id number,
269: c_new_pk_id number) is
270: select
271: EAN.elig_asnt_set_prte_id new_value
272: from BEN_ELIG_ASNT_SET_PRTE_F EAN
273: where
274: EAN.ASSIGNMENT_SET_ID = l_ASSIGNMENT_SET_ID and
275: EAN.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
276: EAN.business_group_id = c_business_group_id

Line 284: from BEN_ELIG_ASNT_SET_PRTE_F EAN1

280: and effective_end_date ;
281: --END TEMPIK
282: /*TEMPIK
283: and exists ( select null
284: from BEN_ELIG_ASNT_SET_PRTE_F EAN1
285: where
286: EAN1.ASSIGNMENT_SET_ID = l_ASSIGNMENT_SET_ID and
287: EAN1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
288: EAN1.business_group_id = c_business_group_id

Line 291: from BEN_ELIG_ASNT_SET_PRTE_F EAN2

287: EAN1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
288: EAN1.business_group_id = c_business_group_id
289: and EAN1.effective_start_date <= c_effective_start_date )
290: and exists ( select null
291: from BEN_ELIG_ASNT_SET_PRTE_F EAN2
292: where
293: EAN2.ASSIGNMENT_SET_ID = l_ASSIGNMENT_SET_ID and
294: EAN2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
295: EAN2.business_group_id = c_business_group_id

Line 470: (p_base_table_name => 'BEN_ELIG_ASNT_SET_PRTE_F',

466: if c_find_EAN_in_target%found then
467: --
468: --TEMPIK
469: l_dt_rec_found := dt_api.check_min_max_dates
470: (p_base_table_name => 'BEN_ELIG_ASNT_SET_PRTE_F',
471: p_base_key_column => 'ELIG_ASNT_SET_PRTE_ID',
472: p_base_key_value => l_new_value,
473: p_from_date => l_min_esd,
474: p_to_date => l_max_eed );

Line 533: hr_utility.set_location(' BEN_ELIG_ASNT_SET_PRTE_F CREATE_ELIG_ASNT_SET_PRTE ',20);

529: end if;
530:
531: if l_first_rec and not l_update then
532: -- Call Create routine.
533: hr_utility.set_location(' BEN_ELIG_ASNT_SET_PRTE_F CREATE_ELIG_ASNT_SET_PRTE ',20);
534: BEN_ELIG_ASNT_SET_PRTE_API.CREATE_ELIG_ASNT_SET_PRTE(
535: --
536: P_VALIDATE => false
537: ,P_EFFECTIVE_DATE => l_effective_date

Line 605: hr_utility.set_location(' BEN_ELIG_ASNT_SET_PRTE_F UPDATE_ELIG_ASNT_SET_PRTE ',30);

601: else
602: --
603: -- Call Update routine for the pk_id created in prev run .
604: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
605: hr_utility.set_location(' BEN_ELIG_ASNT_SET_PRTE_F UPDATE_ELIG_ASNT_SET_PRTE ',30);
606: --UPD START
607: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
608: --
609: if l_update then