DBA Data[Home] [Help]

APPS.BEN_ICD_PLAN_DESIGN_SETUP dependencies on BEN_ACTY_BASE_RT_F

Line 310: from ben_acty_base_rt_f abr

306: ,abr.object_version_number
307: ,abr.context_pl_id pl_id
308: ,abr.oipl_id
309: ,pln.pl_typ_id
310: from ben_acty_base_rt_f abr
311: ,ben_pl_f pln
312: ,ben_pl_typ_f typ
313: where abr.element_type_id = p_element_type_id
314: and abr.business_group_id = p_business_group_id

Line 401: from ben_acty_base_rt_f abr

397: where pln.pl_typ_id = v_pl_typ_id);
398:
399: cursor c_abr_exst is
400: select abr.acty_base_rt_id
401: from ben_acty_base_rt_f abr
402: ,ben_pl_f pln
403: ,ben_pl_typ_f typ
404: where abr.element_type_id = p_element_type_id
405: and abr.context_pl_id = pln.pl_id