DBA Data[Home] [Help]

APPS.BIS_BIA_RSG_PSTATE dependencies on BIS_COLLECTION_UTILITIES

Line 91: BIS_COLLECTION_UTILITIES.put_line('Exception happens in get_refresh_mode ' || sqlerrm);

87:
88: RETURN l_refresh_mode.option_value;
89:
90: EXCEPTION WHEN OTHERS THEN
91: BIS_COLLECTION_UTILITIES.put_line('Exception happens in get_refresh_mode ' || sqlerrm);
92: raise;
93:
94: END get_refresh_mode;
95: