DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_TWO dependencies on BEN_PL_GD_R_SVC_CTFN_F

Line 6425: -- and tr.where_clause = l_BEN_PL_GD_R_SVC_CTFN_F

6421: ,cpe.dml_operation,cpe.datetrack_mode from ben_copy_entity_results cpe,
6422: pqh_table_route tr
6423: where cpe.copy_entity_txn_id = p_copy_entity_txn_id
6424: and cpe.table_route_id = tr.table_route_id
6425: -- and tr.where_clause = l_BEN_PL_GD_R_SVC_CTFN_F
6426: and tr.table_alias = l_table_alias
6427: and cpe.number_of_copies = 1 -- ADDITION
6428: group by cpe.information1,cpe.information2,cpe.information3, cpe.table_route_id,cpe.dml_operation,cpe.datetrack_mode
6429: order by information1, information2; --added for bug: 5151945

Line 6463: from BEN_PL_GD_R_SVC_CTFN_F PCT

6459: c_business_group_id number,
6460: c_new_pk_id number) is
6461: select
6462: PCT.pl_gd_r_svc_ctfn_id new_value
6463: from BEN_PL_GD_R_SVC_CTFN_F PCT
6464: where
6465: PCT.PL_GD_OR_SVC_ID = l_PL_GD_OR_SVC_ID and
6466: PCT.RMBMT_CTFN_TYP_CD = l_RMBMT_CTFN_TYP_CD and
6467: PCT.business_group_id = c_business_group_id

Line 6475: from BEN_PL_GD_R_SVC_CTFN_F PCT1

6471: and effective_end_date ;
6472: --END TEMPIK
6473: /*TEMPIK
6474: and exists ( select null
6475: from BEN_PL_GD_R_SVC_CTFN_F PCT1
6476: where
6477: PCT1.PL_GD_OR_SVC_ID = l_PL_GD_OR_SVC_ID and
6478: PCT1.RMBMT_CTFN_TYP_CD = l_RMBMT_CTFN_TYP_CD and
6479: PCT1.business_group_id = c_business_group_id

Line 6482: from BEN_PL_GD_R_SVC_CTFN_F PCT2

6478: PCT1.RMBMT_CTFN_TYP_CD = l_RMBMT_CTFN_TYP_CD and
6479: PCT1.business_group_id = c_business_group_id
6480: and PCT1.effective_start_date <= c_effective_start_date )
6481: and exists ( select null
6482: from BEN_PL_GD_R_SVC_CTFN_F PCT2
6483: where
6484: PCT2.PL_GD_OR_SVC_ID = l_PL_GD_OR_SVC_ID and
6485: PCT2.RMBMT_CTFN_TYP_CD = l_RMBMT_CTFN_TYP_CD and
6486: PCT2.business_group_id = c_business_group_id

Line 6630: (p_base_table_name => 'BEN_PL_GD_R_SVC_CTFN_F',

6626: if c_find_PCT_in_target%found then
6627: --
6628: --TEMPIK
6629: l_dt_rec_found := dt_api.check_min_max_dates
6630: (p_base_table_name => 'BEN_PL_GD_R_SVC_CTFN_F',
6631: p_base_key_column => 'PL_GD_R_SVC_CTFN_ID',
6632: p_base_key_value => l_new_value,
6633: p_from_date => l_min_esd,
6634: p_to_date => l_max_eed );

Line 6690: hr_utility.set_location(' BEN_PL_GD_R_SVC_CTFN_F CREATE_PLAN_GOODS_SERV_CERT ',20);

6686: end if;
6687:
6688: if l_first_rec and not l_update then
6689: -- Call Create routine.
6690: hr_utility.set_location(' BEN_PL_GD_R_SVC_CTFN_F CREATE_PLAN_GOODS_SERV_CERT ',20);
6691: BEN_PLAN_GOODS_SERV_CERT_API.CREATE_PLAN_GOODS_SERV_CERT(
6692: --
6693: P_VALIDATE => false
6694: ,P_EFFECTIVE_DATE => l_effective_date

Line 6761: hr_utility.set_location(' BEN_PL_GD_R_SVC_CTFN_F UPDATE_PLAN_GOODS_SERV_CERT ',30);

6757: else
6758: --
6759: -- Call Update routine for the pk_id created in prev run .
6760: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6761: hr_utility.set_location(' BEN_PL_GD_R_SVC_CTFN_F UPDATE_PLAN_GOODS_SERV_CERT ',30);
6762: --UPD START
6763: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6764: --
6765: if l_update then