DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FIVE dependencies on BEN_ACTY_VRBL_RT_F

Line 4683: -- and tr.where_clause = l_BEN_ACTY_VRBL_RT_F

4679: from ben_copy_entity_results cpe,
4680: pqh_table_route tr
4681: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
4682: and cpe.table_route_id = tr.table_route_id
4683: -- and tr.where_clause = l_BEN_ACTY_VRBL_RT_F
4684: and tr.table_alias = l_table_alias
4685: and cpe.number_of_copies = 1 -- ADDITION
4686: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
4687: order by information1, information2; --added for bug: 5151945

Line 4721: from BEN_ACTY_VRBL_RT_F AVR

4717: c_business_group_id number,
4718: c_new_pk_id number) is
4719: select
4720: AVR.acty_vrbl_rt_id new_value
4721: from BEN_ACTY_VRBL_RT_F AVR
4722: where
4723: AVR.ACTY_BASE_RT_ID = l_ACTY_BASE_RT_ID and
4724: AVR.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
4725: AVR.business_group_id = c_business_group_id

Line 4733: from BEN_ACTY_VRBL_RT_F AVR1

4729: and effective_end_date ;
4730: --END TEMPIK
4731: /*TEMPIK
4732: and exists ( select null
4733: from BEN_ACTY_VRBL_RT_F AVR1
4734: where
4735: AVR1.ACTY_BASE_RT_ID = l_ACTY_BASE_RT_ID and
4736: AVR1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
4737: AVR1.business_group_id = c_business_group_id

Line 4740: from BEN_ACTY_VRBL_RT_F AVR2

4736: AVR1.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
4737: AVR1.business_group_id = c_business_group_id
4738: and AVR1.effective_start_date <= c_effective_start_date )
4739: and exists ( select null
4740: from BEN_ACTY_VRBL_RT_F AVR2
4741: where
4742: AVR2.ACTY_BASE_RT_ID = l_ACTY_BASE_RT_ID and
4743: AVR2.VRBL_RT_PRFL_ID = l_VRBL_RT_PRFL_ID and
4744: AVR2.business_group_id = c_business_group_id

Line 4894: (p_base_table_name => 'BEN_ACTY_VRBL_RT_F',

4890: fetch c_find_AVR_in_target into l_new_value ;
4891: if c_find_AVR_in_target%found then
4892: --TEMPIK
4893: l_dt_rec_found := dt_api.check_min_max_dates
4894: (p_base_table_name => 'BEN_ACTY_VRBL_RT_F',
4895: p_base_key_column => 'ACTY_VRBL_RT_ID',
4896: p_base_key_value => l_new_value,
4897: p_from_date => l_min_esd,
4898: p_to_date => l_max_eed );

Line 4960: hr_utility.set_location(' BEN_ACTY_VRBL_RT_F CREATE_ACTY_VRBL_RATE ',20);

4956: --if l_first_rec then
4957: if l_first_rec and not l_update then
4958: -- UPD END
4959: -- Call Create routine.
4960: hr_utility.set_location(' BEN_ACTY_VRBL_RT_F CREATE_ACTY_VRBL_RATE ',20);
4961: BEN_ACTY_VRBL_RATE_API.CREATE_ACTY_VRBL_RATE(
4962: --
4963: P_VALIDATE => false
4964: ,P_EFFECTIVE_DATE => l_effective_date

Line 5026: hr_utility.set_location(' BEN_ACTY_VRBL_RT_F UPDATE_ACTY_VRBL_RATE ',30);

5022: else
5023: --
5024: -- Call Update routine for the pk_id created in prev run .
5025: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5026: hr_utility.set_location(' BEN_ACTY_VRBL_RT_F UPDATE_ACTY_VRBL_RATE ',30);
5027: --UPD START
5028: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5029: --
5030: if l_update then