DBA Data[Home] [Help]

APPS.BEN_CMR_BUS dependencies on BEN_CMBN_AGE_LOS_FCTR

Line 179: from BEN_CMBN_AGE_LOS_FCTR

175: --
176: l_proc varchar2(72) := g_package||'chk_cmbn_age_los_fctr_id';
177: l_dummy varchar2(1);
178: cursor c1 is select null
179: from BEN_CMBN_AGE_LOS_FCTR
180: where cmbn_age_los_fctr_id = p_cmbn_age_los_fctr_id
181: and business_group_id = p_business_group_id;
182: --
183: