DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_PYRL_PRTE_F

Line 16965: -- and tr.where_clause = l_BEN_ELIG_PYRL_PRTE_F

16961: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
16962: pqh_table_route tr
16963: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
16964: and cpe.table_route_id = tr.table_route_id
16965: -- and tr.where_clause = l_BEN_ELIG_PYRL_PRTE_F
16966: and tr.table_alias = l_table_alias
16967: and cpe.number_of_copies = 1 -- ADDITION
16968: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
16969: order by information1, information2; --added for bug: 5151945

Line 17003: from BEN_ELIG_PYRL_PRTE_F EPY

16999: c_business_group_id number,
17000: c_new_pk_id number) is
17001: select
17002: EPY.elig_pyrl_prte_id new_value
17003: from BEN_ELIG_PYRL_PRTE_F EPY
17004: where
17005: EPY.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
17006: EPY.PAYROLL_ID = l_PAYROLL_ID and
17007: EPY.business_group_id = c_business_group_id

Line 17014: from BEN_ELIG_PYRL_PRTE_F EPY1

17010: and effective_end_date ;
17011: --END TEMPIK
17012: /*TEMPIK
17013: and exists ( select null
17014: from BEN_ELIG_PYRL_PRTE_F EPY1
17015: where
17016: EPY1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
17017: EPY1.PAYROLL_ID = l_PAYROLL_ID and
17018: EPY1.business_group_id = c_business_group_id

Line 17021: from BEN_ELIG_PYRL_PRTE_F EPY2

17017: EPY1.PAYROLL_ID = l_PAYROLL_ID and
17018: EPY1.business_group_id = c_business_group_id
17019: and EPY1.effective_start_date <= c_effective_start_date )
17020: and exists ( select null
17021: from BEN_ELIG_PYRL_PRTE_F EPY2
17022: where
17023: EPY2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
17024: EPY2.PAYROLL_ID = l_PAYROLL_ID and
17025: EPY2.business_group_id = c_business_group_id

Line 17197: (p_base_table_name => 'BEN_ELIG_PYRL_PRTE_F',

17193: if c_find_EPY_in_target%found then
17194: --
17195: --TEMPIK
17196: l_dt_rec_found := dt_api.check_min_max_dates
17197: (p_base_table_name => 'BEN_ELIG_PYRL_PRTE_F',
17198: p_base_key_column => 'ELIG_PYRL_PRTE_ID',
17199: p_base_key_value => l_new_value,
17200: p_from_date => l_min_esd,
17201: p_to_date => l_max_eed );

Line 17257: hr_utility.set_location(' BEN_ELIG_PYRL_PRTE_F CREATE_ELIG_PYRL_PRTE ',20);

17253: end if;
17254:
17255: if l_first_rec and not l_update then
17256: -- Call Create routine.
17257: hr_utility.set_location(' BEN_ELIG_PYRL_PRTE_F CREATE_ELIG_PYRL_PRTE ',20);
17258: BEN_ELIG_PYRL_PRTE_API.CREATE_ELIG_PYRL_PRTE(
17259: --
17260: P_VALIDATE => false
17261: ,P_EFFECTIVE_DATE => l_effective_date

Line 17330: hr_utility.set_location(' BEN_ELIG_PYRL_PRTE_F UPDATE_ELIG_PYRL_PRTE ',30);

17326: else
17327: --
17328: -- Call Update routine for the pk_id created in prev run .
17329: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17330: hr_utility.set_location(' BEN_ELIG_PYRL_PRTE_F UPDATE_ELIG_PYRL_PRTE ',30);
17331: --UPD START
17332: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17333: --
17334: if l_update then