DBA Data[Home] [Help]

APPS.AST_OFL_ACCESSES_REPORT dependencies on DUAL

Line 23: FROM dual;

19: IS
20: BEGIN
21: SELECT to_char(SYSDATE,'DD-MON-YYYY')
22: INTO v_date_time
23: FROM dual;
24:
25: htp.htmlOpen;
26: htp.headOpen;
27: htp.title('Accesses Report');