DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_DSBLTY_RSN_PRTE_F

Line 22619: -- and tr.where_clause = l_BEN_ELIG_DSBLTY_RSN_PRTE_F

22615: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
22616: pqh_table_route tr
22617: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
22618: and cpe.table_route_id = tr.table_route_id
22619: -- and tr.where_clause = l_BEN_ELIG_DSBLTY_RSN_PRTE_F
22620: and tr.table_alias = l_table_alias
22621: and cpe.number_of_copies = 1 -- ADDITION
22622: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
22623: order by information1, information2; --added for bug: 5151945

Line 22657: from BEN_ELIG_DSBLTY_RSN_PRTE_F EDR

22653: c_business_group_id number,
22654: c_new_pk_id number) is
22655: select
22656: EDR.elig_dsblty_rsn_prte_id new_value
22657: from BEN_ELIG_DSBLTY_RSN_PRTE_F EDR
22658: where
22659: EDR.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
22660: EDR.REASON = l_REASON and
22661: EDR.ORDR_NUM = l_ORDR_NUM and

Line 22669: from BEN_ELIG_DSBLTY_RSN_PRTE_F EDR1

22665: and effective_end_date ;
22666: --END TEMPIK
22667: /*TEMPIK
22668: and exists ( select null
22669: from BEN_ELIG_DSBLTY_RSN_PRTE_F EDR1
22670: where
22671: EDR1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
22672:
22673: -- Additional Filters

Line 22680: from BEN_ELIG_DSBLTY_RSN_PRTE_F EDR2

22676:
22677: EDR1.business_group_id = c_business_group_id
22678: and EDR1.effective_start_date <= c_effective_start_date )
22679: and exists ( select null
22680: from BEN_ELIG_DSBLTY_RSN_PRTE_F EDR2
22681: where
22682: EDR2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
22683:
22684: -- Additional Filters

Line 22866: (p_base_table_name => 'BEN_ELIG_DSBLTY_RSN_PRTE_F',

22862:
22863: --
22864: --TEMPIK
22865: l_dt_rec_found := dt_api.check_min_max_dates
22866: (p_base_table_name => 'BEN_ELIG_DSBLTY_RSN_PRTE_F',
22867: p_base_key_column => 'ELIG_DSBLTY_RSN_PRTE_ID',
22868: p_base_key_value => l_new_value,
22869: p_from_date => l_min_esd,
22870: p_to_date => l_max_eed );

Line 22930: hr_utility.set_location(' BEN_ELIG_DSBLTY_RSN_PRTE_F CREATE_ELIG_DSBLTY_RSN_PRTE ',20);

22926: end if;
22927:
22928: if l_first_rec and not l_update then
22929: -- Call Create routine.
22930: hr_utility.set_location(' BEN_ELIG_DSBLTY_RSN_PRTE_F CREATE_ELIG_DSBLTY_RSN_PRTE ',20);
22931: BEN_ELIG_DSBLTY_RSN_PRTE_API.CREATE_ELIG_DSBLTY_RSN_PRTE(
22932: --
22933: P_VALIDATE => false
22934: ,P_EFFECTIVE_DATE => l_effective_date

Line 23002: hr_utility.set_location(' BEN_ELIG_DSBLTY_RSN_PRTE_F UPDATE_ELIG_DSBLTY_RSN_PRTE ',30);

22998: else
22999: --
23000: -- Call Update routine for the pk_id created in prev run .
23001: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
23002: hr_utility.set_location(' BEN_ELIG_DSBLTY_RSN_PRTE_F UPDATE_ELIG_DSBLTY_RSN_PRTE ',30);
23003: --UPD START
23004: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
23005: --
23006: if l_update then