DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_PY_BSS_PRTE_F

Line 14937: -- and tr.where_clause = l_BEN_ELIG_PY_BSS_PRTE_F

14933: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
14934: pqh_table_route tr
14935: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
14936: and cpe.table_route_id = tr.table_route_id
14937: -- and tr.where_clause = l_BEN_ELIG_PY_BSS_PRTE_F
14938: and tr.table_alias = l_table_alias
14939: and cpe.number_of_copies = 1 -- ADDITION
14940: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
14941: order by information1, information2; --added for bug: 5151945

Line 14975: from BEN_ELIG_PY_BSS_PRTE_F EPB

14971: c_business_group_id number,
14972: c_new_pk_id number) is
14973: select
14974: EPB.elig_py_bss_prte_id new_value
14975: from BEN_ELIG_PY_BSS_PRTE_F EPB
14976: where
14977: EPB.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
14978: EPB.PAY_BASIS_ID = l_PAY_BASIS_ID and
14979: EPB.business_group_id = c_business_group_id

Line 14986: from BEN_ELIG_PY_BSS_PRTE_F EPB1

14982: and effective_end_date ;
14983: --END TEMPIK
14984: /*TEMPIK
14985: and exists ( select null
14986: from BEN_ELIG_PY_BSS_PRTE_F EPB1
14987: where
14988: EPB1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
14989: EPB1.PAY_BASIS_ID = l_PAY_BASIS_ID and
14990: EPB1.business_group_id = c_business_group_id

Line 14993: from BEN_ELIG_PY_BSS_PRTE_F EPB2

14989: EPB1.PAY_BASIS_ID = l_PAY_BASIS_ID and
14990: EPB1.business_group_id = c_business_group_id
14991: and EPB1.effective_start_date <= c_effective_start_date )
14992: and exists ( select null
14993: from BEN_ELIG_PY_BSS_PRTE_F EPB2
14994: where
14995: EPB2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
14996: EPB2.PAY_BASIS_ID = l_PAY_BASIS_ID and
14997: EPB2.business_group_id = c_business_group_id

Line 15167: (p_base_table_name => 'BEN_ELIG_PY_BSS_PRTE_F',

15163: if c_find_EPB_in_target%found then
15164: --
15165: --TEMPIK
15166: l_dt_rec_found := dt_api.check_min_max_dates
15167: (p_base_table_name => 'BEN_ELIG_PY_BSS_PRTE_F',
15168: p_base_key_column => 'ELIG_PY_BSS_PRTE_ID',
15169: p_base_key_value => l_new_value,
15170: p_from_date => l_min_esd,
15171: p_to_date => l_max_eed );

Line 15228: hr_utility.set_location(' BEN_ELIG_PY_BSS_PRTE_F CREATE_ELIG_PY_BSS_PRTE ',20);

15224: end if;
15225:
15226: if l_first_rec and not l_update then
15227: -- Call Create routine.
15228: hr_utility.set_location(' BEN_ELIG_PY_BSS_PRTE_F CREATE_ELIG_PY_BSS_PRTE ',20);
15229: BEN_ELIG_PY_BSS_PRTE_API.CREATE_ELIG_PY_BSS_PRTE(
15230: --
15231: P_VALIDATE => false
15232: ,P_EFFECTIVE_DATE => l_effective_date

Line 15301: hr_utility.set_location(' BEN_ELIG_PY_BSS_PRTE_F UPDATE_ELIG_PY_BSS_PRTE ',30);

15297: else
15298: --
15299: -- Call Update routine for the pk_id created in prev run .
15300: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15301: hr_utility.set_location(' BEN_ELIG_PY_BSS_PRTE_F UPDATE_ELIG_PY_BSS_PRTE ',30);
15302: --UPD START
15303: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15304: --
15305: if l_update then