DBA Data[Home] [Help]

APPS.FII_AR_UTIL_PKG dependencies on BIS_OBJ_PROPERTIES

Line 1911: from bis_obj_properties

1907:
1908: BEGIN
1909:
1910: select nvl(last_refresh_date,sysdate) INTO g_page_refresh_date
1911: from bis_obj_properties
1912: where object_name = 'FII_AR_STATUS_DASHBOARD'
1913: and object_type = 'PAGE';
1914: EXCEPTION
1915: WHEN OTHERS THEN