DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FOUR dependencies on BEN_ELIG_OPTD_MDCR_PRTE_F

Line 11907: -- and tr.where_clause = l_BEN_ELIG_OPTD_MDCR_PRTE_F

11903: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
11904: pqh_table_route tr
11905: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
11906: and cpe.table_route_id = tr.table_route_id
11907: -- and tr.where_clause = l_BEN_ELIG_OPTD_MDCR_PRTE_F
11908: and tr.table_alias = l_table_alias
11909: and cpe.number_of_copies = 1 -- ADDITION
11910: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
11911: order by information1, information2; --added for bug: 5151945

Line 11945: from BEN_ELIG_OPTD_MDCR_PRTE_F EOM

11941: c_business_group_id number,
11942: c_new_pk_id number) is
11943: select
11944: EOM.elig_optd_mdcr_prte_id new_value
11945: from BEN_ELIG_OPTD_MDCR_PRTE_F EOM
11946: where
11947: EOM.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
11948: EOM.OPTD_MDCR_FLAG = l_OPTD_MDCR_FLAG and
11949: EOM.business_group_id = c_business_group_id

Line 11956: from BEN_ELIG_OPTD_MDCR_PRTE_F EOM1

11952: and effective_end_date ;
11953: --END TEMPIK
11954: /*TEMPIK
11955: and exists ( select null
11956: from BEN_ELIG_OPTD_MDCR_PRTE_F EOM1
11957: where
11958: EOM1.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
11959: EOM1.OPTD_MDCR_FLAG = l_OPTD_MDCR_FLAG and
11960: EOM1.business_group_id = c_business_group_id

Line 11963: from BEN_ELIG_OPTD_MDCR_PRTE_F EOM2

11959: EOM1.OPTD_MDCR_FLAG = l_OPTD_MDCR_FLAG and
11960: EOM1.business_group_id = c_business_group_id
11961: and EOM1.effective_start_date <= c_effective_start_date )
11962: and exists ( select null
11963: from BEN_ELIG_OPTD_MDCR_PRTE_F EOM2
11964: where
11965: EOM2.ELIGY_PRFL_ID = l_ELIGY_PRFL_ID and
11966: EOM2.OPTD_MDCR_FLAG = l_OPTD_MDCR_FLAG and
11967: EOM2.business_group_id = c_business_group_id

Line 12120: (p_base_table_name => 'BEN_ELIG_OPTD_MDCR_PRTE_F',

12116: if c_find_EOM_in_target%found then
12117: --
12118: --TEMPIK
12119: l_dt_rec_found := dt_api.check_min_max_dates
12120: (p_base_table_name => 'BEN_ELIG_OPTD_MDCR_PRTE_F',
12121: p_base_key_column => 'ELIG_OPTD_MDCR_PRTE_ID',
12122: p_base_key_value => l_new_value,
12123: p_from_date => l_min_esd,
12124: p_to_date => l_max_eed );

Line 12180: hr_utility.set_location(' BEN_ELIG_OPTD_MDCR_PRTE_F CREATE_ELIG_OPTD_MDCR_PRTE ',20);

12176: end if;
12177:
12178: if l_first_rec and not l_update then
12179: -- Call Create routine.
12180: hr_utility.set_location(' BEN_ELIG_OPTD_MDCR_PRTE_F CREATE_ELIG_OPTD_MDCR_PRTE ',20);
12181: BEN_ELIG_OPTD_MDCR_PRTE_API.CREATE_ELIG_OPTD_MDCR_PRTE(
12182: --
12183: P_VALIDATE => false
12184: ,P_EFFECTIVE_DATE => l_effective_date

Line 12250: hr_utility.set_location(' BEN_ELIG_OPTD_MDCR_PRTE_F UPDATE_ELIG_OPTD_MDCR_PRTE ',30);

12246: else
12247: --
12248: -- Call Update routine for the pk_id created in prev run .
12249: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12250: hr_utility.set_location(' BEN_ELIG_OPTD_MDCR_PRTE_F UPDATE_ELIG_OPTD_MDCR_PRTE ',30);
12251: --UPD START
12252: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12253: --
12254: if l_update then