DBA Data[Home] [Help]

APPS.PQH_RBC_STAGE_TO_RBC dependencies on BEN_ACTY_BASE_RT_F

Line 46: from ben_acty_base_rt_f

42: P_MAPPING_TABLE_PK_ID in number
43: ) return varchar2 is
44: cursor base_rt_cur is
45: Select *
46: from ben_acty_base_rt_f
47: where pl_id = p_pl_id
48: and business_group_id = p_business_group_id
49: and mapping_table_pk_id = p_mapping_table_pk_id
50: and p_effective_date between effective_start_date and effective_end_date;