DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_LOS_PRTE_F

Line 9938: -- and tr.where_clause = l_BEN_ELIG_LOS_PRTE_F

9934: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
9935: pqh_table_route tr
9936: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
9937: and cpe.table_route_id = tr.table_route_id
9938: -- and tr.where_clause = l_BEN_ELIG_LOS_PRTE_F
9939: and tr.table_alias = l_table_alias
9940: and cpe.number_of_copies = 1 -- ADDITION
9941: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
9942: order by information1, information2; --added for bug: 5151945

Line 9976: from BEN_ELIG_LOS_PRTE_F ELS

9972: c_business_group_id number,
9973: c_new_pk_id number) is
9974: select
9975: ELS.elig_los_prte_id new_value
9976: from BEN_ELIG_LOS_PRTE_F ELS
9977: where
9978: ELS.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
9979: ELS.LOS_FCTR_ID = l_LOS_FCTR_ID and
9980: ELS.business_group_id = c_business_group_id

Line 9987: from BEN_ELIG_LOS_PRTE_F ELS1

9983: and effective_end_date ;
9984: --END TEMPIK
9985: /*TEMPIK
9986: and exists ( select null
9987: from BEN_ELIG_LOS_PRTE_F ELS1
9988: where
9989: ELS1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
9990: ELS1.LOS_FCTR_ID = l_LOS_FCTR_ID and
9991: ELS1.business_group_id = c_business_group_id

Line 9994: from BEN_ELIG_LOS_PRTE_F ELS2

9990: ELS1.LOS_FCTR_ID = l_LOS_FCTR_ID and
9991: ELS1.business_group_id = c_business_group_id
9992: and ELS1.effective_start_date <= c_effective_start_date )
9993: and exists ( select null
9994: from BEN_ELIG_LOS_PRTE_F ELS2
9995: where
9996: ELS2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
9997: ELS2.LOS_FCTR_ID = l_LOS_FCTR_ID and
9998: ELS2.business_group_id = c_business_group_id

Line 10150: (p_base_table_name => 'BEN_ELIG_LOS_PRTE_F',

10146: if c_find_ELS_in_target%found then
10147: --
10148: --TEMPIK
10149: l_dt_rec_found := dt_api.check_min_max_dates
10150: (p_base_table_name => 'BEN_ELIG_LOS_PRTE_F',
10151: p_base_key_column => 'ELIG_LOS_PRTE_ID',
10152: p_base_key_value => l_new_value,
10153: p_from_date => l_min_esd,
10154: p_to_date => l_max_eed );

Line 10210: hr_utility.set_location(' BEN_ELIG_LOS_PRTE_F CREATE_ELIG_LOS_PRTE ',20);

10206: end if;
10207:
10208: if l_first_rec and not l_update then
10209: -- Call Create routine.
10210: hr_utility.set_location(' BEN_ELIG_LOS_PRTE_F CREATE_ELIG_LOS_PRTE ',20);
10211: BEN_ELIG_LOS_PRTE_API.CREATE_ELIG_LOS_PRTE(
10212: --
10213: P_VALIDATE => false
10214: ,P_EFFECTIVE_DATE => l_effective_date

Line 10284: hr_utility.set_location(' BEN_ELIG_LOS_PRTE_F UPDATE_ELIG_LOS_PRTE ',30);

10280: else
10281: --
10282: -- Call Update routine for the pk_id created in prev run .
10283: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10284: hr_utility.set_location(' BEN_ELIG_LOS_PRTE_F UPDATE_ELIG_LOS_PRTE ',30);
10285: --UPD START
10286: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10287: --
10288: if l_update then