DBA Data[Home] [Help]

APPS.GMF_DATE_FORMATER dependencies on DUAL

Line 13: FROM sys.dual;

9: BEGIN
10:
11: SELECT to_char(datetoformat,formattouse)
12: INTO formateddate
13: FROM sys.dual;
14:
15: EXCEPTION
16: when others then
17: statuscode := SQLCODE;