DBA Data[Home] [Help]

APPS.AST_OFL_TERR_MISS_ASGN_PARAM dependencies on DUAL

Line 32: select to_char(sysdate,G_DATE_FORMAT) into v_date_time from dual;

28: -- DESCRIPTION: This procedure is creates the descriptive header in the parameter form
29: --
30: -----------------------------------------------------------------------------------------------
31: begin
32: select to_char(sysdate,G_DATE_FORMAT) into v_date_time from dual;
33: htp.htmlopen;
34: htp.headOpen;
35: htp.title('Missing Territory Assignments Report');
36: htp.headClose;