DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FIVE dependencies on BEN_ACTL_PREM_VRBL_RT_F

Line 7423: -- and tr.where_clause = l_BEN_ACTL_PREM_VRBL_RT_F

7419: from ben_copy_entity_results cpe,
7420: pqh_table_route tr
7421: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
7422: and cpe.table_route_id = tr.table_route_id
7423: -- and tr.where_clause = l_BEN_ACTL_PREM_VRBL_RT_F
7424: and tr.table_alias = l_table_alias
7425: and cpe.number_of_copies = 1 -- ADDITION
7426: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id ,cpe.dml_operation,cpe.datetrack_mode
7427: order by information1, information2; --added for bug: 5151945

Line 7461: from BEN_ACTL_PREM_VRBL_RT_F APV

7457: c_business_group_id number,
7458: c_new_pk_id number) is
7459: select
7460: APV.actl_prem_vrbl_rt_id new_value
7461: from BEN_ACTL_PREM_VRBL_RT_F APV
7462: where
7463: APV.ACTL_PREM_ID = l_ACTL_PREM_ID and
7464: APV.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
7465: APV.business_group_id = c_business_group_id

Line 7473: from BEN_ACTL_PREM_VRBL_RT_F APV1

7469: and effective_end_date ;
7470: --END TEMPIK
7471: /*TEMPIK
7472: and exists ( select null
7473: from BEN_ACTL_PREM_VRBL_RT_F APV1
7474: where
7475: APV1.ACTL_PREM_ID = l_ACTL_PREM_ID and
7476: APV1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
7477: APV1.business_group_id = c_business_group_id

Line 7480: from BEN_ACTL_PREM_VRBL_RT_F APV2

7476: APV1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
7477: APV1.business_group_id = c_business_group_id
7478: and APV1.effective_start_date <= c_effective_start_date )
7479: and exists ( select null
7480: from BEN_ACTL_PREM_VRBL_RT_F APV2
7481: where
7482: APV2.ACTL_PREM_ID = l_ACTL_PREM_ID and
7483: APV2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
7484: APV2.business_group_id = c_business_group_id

Line 7618: (p_base_table_name => 'BEN_ACTL_PREM_VRBL_RT_F',

7614: fetch c_find_APV_in_target into l_new_value ;
7615: if c_find_APV_in_target%found then
7616: --TEMPIK
7617: l_dt_rec_found := dt_api.check_min_max_dates
7618: (p_base_table_name => 'BEN_ACTL_PREM_VRBL_RT_F',
7619: p_base_key_column => 'ACTL_PREM_VRBL_RT_ID',
7620: p_base_key_value => l_new_value,
7621: p_from_date => l_min_esd,
7622: p_to_date => l_max_eed );

Line 7683: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_F CREATE_ACTUAL_PREMIUM_RATE ',20);

7679: if l_first_rec and not l_update then
7680: -- UPD END
7681:
7682: -- Call Create routine.
7683: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_F CREATE_ACTUAL_PREMIUM_RATE ',20);
7684: BEN_ACTUAL_PREMIUM_RATE_API.CREATE_ACTUAL_PREMIUM_RATE(
7685: --
7686: P_VALIDATE => false
7687: ,P_EFFECTIVE_DATE => l_effective_date

Line 7750: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_F UPDATE_ACTUAL_PREMIUM_RATE ',30);

7746: else
7747: --
7748: -- Call Update routine for the pk_id created in prev run .
7749: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7750: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_F UPDATE_ACTUAL_PREMIUM_RATE ',30);
7751: --UPD START
7752: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7753: --
7754: if l_update then