DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_ONE dependencies on BEN_PTD_LMT_F

Line 13417: -- and tr.where_clause = l_BEN_PTD_LMT_F

13413: from ben_copy_entity_results cpe,
13414: pqh_table_route tr
13415: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
13416: and cpe.table_route_id = tr.table_route_id
13417: -- and tr.where_clause = l_BEN_PTD_LMT_F
13418: and tr.table_alias = l_table_alias
13419: and cpe.number_of_copies = 1 --ADDITION
13420: group by cpe.information1,cpe.information2,cpe.information3, cpe.INFORMATION170, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
13421: order by information1, information2; --added for bug: 5151945

Line 13455: from BEN_PTD_LMT_F PDL

13451: c_business_group_id number,
13452: c_new_pk_id number) is
13453: select
13454: PDL.ptd_lmt_id new_value
13455: from BEN_PTD_LMT_F PDL
13456: where PDL.name = c_PDL_name
13457: and PDL.business_group_id = c_business_group_id
13458: and PDL.ptd_lmt_id <> c_new_pk_id
13459: --TEMPIK

Line 13465: from BEN_PTD_LMT_F PDL1

13461: and effective_end_date ;
13462: --END TEMPIK
13463: /*TEMPIK
13464: and exists ( select null
13465: from BEN_PTD_LMT_F PDL1
13466: where PDL1.name = c_PDL_name
13467: and PDL1.business_group_id = c_business_group_id
13468: and PDL1.effective_start_date <= c_effective_start_date )
13469: and exists ( select null

Line 13470: from BEN_PTD_LMT_F PDL2

13466: where PDL1.name = c_PDL_name
13467: and PDL1.business_group_id = c_business_group_id
13468: and PDL1.effective_start_date <= c_effective_start_date )
13469: and exists ( select null
13470: from BEN_PTD_LMT_F PDL2
13471: where PDL2.name = c_PDL_name
13472: and PDL2.business_group_id = c_business_group_id
13473: and PDL2.effective_end_date >= c_effective_end_date )
13474: ;

Line 13595: (p_base_table_name => 'BEN_PTD_LMT_F',

13591: if c_find_PDL_in_target%found then
13592: --
13593: --TEMPIK
13594: l_dt_rec_found := dt_api.check_min_max_dates
13595: (p_base_table_name => 'BEN_PTD_LMT_F',
13596: p_base_key_column => 'PTD_LMT_ID',
13597: p_base_key_value => l_new_value,
13598: p_from_date => l_min_esd,
13599: p_to_date => l_max_eed );

Line 13660: ben_pd_copy_to_ben_one.ben_chk_col_len('NAME' ,'BEN_PTD_LMT_F',l_prefix || r_PDL.INFORMATION170 || l_suffix);

13656: l_BALANCE_TYPE_ID := get_fk('BALANCE_TYPE_ID', r_PDL.INFORMATION260,l_dml_operation);
13657: l_COMP_LVL_FCTR_ID := get_fk('COMP_LVL_FCTR_ID', r_PDL.INFORMATION254,l_dml_operation);
13658: l_PTD_LMT_CALC_RL := get_fk('FORMULA_ID', r_PDL.INFORMATION261,l_dml_operation);
13659: --
13660: ben_pd_copy_to_ben_one.ben_chk_col_len('NAME' ,'BEN_PTD_LMT_F',l_prefix || r_PDL.INFORMATION170 || l_suffix);
13661: --
13662:
13663: l_effective_date := r_PDL.information2;
13664: if ( ben_pd_copy_to_ben_one.g_copy_effective_date is not null and

Line 13671: hr_utility.set_location(' BEN_PTD_LMT_F CREATE_PERIOD_LIMIT ',20);

13667: end if;
13668:
13669: if l_first_rec and not l_update then
13670: -- Call Create routine.
13671: hr_utility.set_location(' BEN_PTD_LMT_F CREATE_PERIOD_LIMIT ',20);
13672: BEN_PERIOD_LIMIT_API.CREATE_PERIOD_LIMIT(
13673: --
13674: P_VALIDATE => false
13675: ,P_EFFECTIVE_DATE => l_effective_date

Line 13769: hr_utility.set_location(' BEN_PTD_LMT_F UPDATE_PERIOD_LIMIT ',30);

13765: IF l_update OR l_dml_operation <> 'UPDATE' THEN
13766: --UPD END
13767: -- Call Update routine for the pk_id created in prev run .
13768: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13769: hr_utility.set_location(' BEN_PTD_LMT_F UPDATE_PERIOD_LIMIT ',30);
13770: BEN_PERIOD_LIMIT_API.UPDATE_PERIOD_LIMIT(
13771: --
13772: P_VALIDATE => false
13773: ,P_EFFECTIVE_DATE => l_effective_date