DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FIVE dependencies on BEN_APLCN_TO_BNFT_POOL_F

Line 8375: -- and tr.where_clause = l_BEN_APLCN_TO_BNFT_POOL_F

8371: from ben_copy_entity_results cpe,
8372: pqh_table_route tr
8373: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
8374: and cpe.table_route_id = tr.table_route_id
8375: -- and tr.where_clause = l_BEN_APLCN_TO_BNFT_POOL_F
8376: and tr.table_alias = l_table_alias
8377: and cpe.number_of_copies = 1 -- ADDITION
8378: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
8379: order by information1, information2; --added for bug: 5151945

Line 8413: from BEN_APLCN_TO_BNFT_POOL_F ABP

8409: c_business_group_id number,
8410: c_new_pk_id number) is
8411: select
8412: ABP.aplcn_to_bnft_pool_id new_value
8413: from BEN_APLCN_TO_BNFT_POOL_F ABP
8414: where
8415: ABP.ACTY_BASE_RT_ID = l_ACTY_BASE_RT_ID and
8416: ABP.BNFT_PRVDR_POOL_ID = l_BNFT_PRVDR_POOL_ID and
8417: ABP.business_group_id = c_business_group_id

Line 8425: from BEN_APLCN_TO_BNFT_POOL_F ABP1

8421: and effective_end_date ;
8422: --END TEMPIK
8423: /*TEMPIK
8424: and exists ( select null
8425: from BEN_APLCN_TO_BNFT_POOL_F ABP1
8426: where
8427: ABP1.ACTY_BASE_RT_ID = l_ACTY_BASE_RT_ID and
8428: ABP1.BNFT_PRVDR_POOL_ID = l_BNFT_PRVDR_POOL_ID and
8429: ABP1.business_group_id = c_business_group_id

Line 8432: from BEN_APLCN_TO_BNFT_POOL_F ABP2

8428: ABP1.BNFT_PRVDR_POOL_ID = l_BNFT_PRVDR_POOL_ID and
8429: ABP1.business_group_id = c_business_group_id
8430: and ABP1.effective_start_date <= c_effective_start_date )
8431: and exists ( select null
8432: from BEN_APLCN_TO_BNFT_POOL_F ABP2
8433: where
8434: ABP2.ACTY_BASE_RT_ID = l_ACTY_BASE_RT_ID and
8435: ABP2.BNFT_PRVDR_POOL_ID = l_BNFT_PRVDR_POOL_ID and
8436: ABP2.business_group_id = c_business_group_id

Line 8583: (p_base_table_name => 'BEN_APLCN_TO_BNFT_POOL_F',

8579: if c_find_ABP_in_target%found then
8580: --
8581: --TEMPIK
8582: l_dt_rec_found := dt_api.check_min_max_dates
8583: (p_base_table_name => 'BEN_APLCN_TO_BNFT_POOL_F',
8584: p_base_key_column => 'APLCN_TO_BNFT_POOL_ID',
8585: p_base_key_value => l_new_value,
8586: p_from_date => l_min_esd,
8587: p_to_date => l_max_eed );

Line 8650: hr_utility.set_location(' BEN_APLCN_TO_BNFT_POOL_F CREATE_APLCN_TO_BENEFIT_POOL ',20);

8646: if l_first_rec and not l_update then
8647: -- UPD END
8648:
8649: -- Call Create routine.
8650: hr_utility.set_location(' BEN_APLCN_TO_BNFT_POOL_F CREATE_APLCN_TO_BENEFIT_POOL ',20);
8651: BEN_APLCN_TO_BENEFIT_POOL_API.CREATE_APLCN_TO_BENEFIT_POOL(
8652: --
8653: P_VALIDATE => false
8654: ,P_EFFECTIVE_DATE => l_effective_date

Line 8715: hr_utility.set_location(' BEN_APLCN_TO_BNFT_POOL_F UPDATE_APLCN_TO_BENEFIT_POOL ',30);

8711: else
8712: --
8713: -- Call Update routine for the pk_id created in prev run .
8714: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8715: hr_utility.set_location(' BEN_APLCN_TO_BNFT_POOL_F UPDATE_APLCN_TO_BENEFIT_POOL ',30);
8716: --UPD START
8717: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8718: --
8719: if l_update then