DBA Data[Home] [Help]

APPS.AST_OFL_TRANS_SIZES_PARAM dependencies on DUAL

Line 38: select to_char(sysdate, 'DD-MON-YYYY') into v_date_time from dual;

34: --
35: -----------------------------------------------------------------------------------------------
36: begin
37:
38: select to_char(sysdate, 'DD-MON-YYYY') into v_date_time from dual;
39:
40: htp.htmlopen;
41: htp.headOpen;
42: htp.title('Transaction Counts and Deal Sizes');