DBA Data[Home] [Help]

APPS.FII_PROJECT_M_C dependencies on FII_PROJ_PRJ_TYP_LCV

Line 429: FII_PROJ_PRJ_TYP_LCV

425: to_date(NULL),
426: NULL,
427: 'READY'
428: from
429: FII_PROJ_PRJ_TYP_LCV
430: where
431: last_update_date between l_date1 and l_date2;
432:
433: l_rows_inserted := sql%rowcount;