DBA Data[Home] [Help]

OWAPUB.OWA_COOKIE dependencies on OWA_CUSTOM

Line 76: if (OWA_CUSTOM.DBMS_SERVER_GMTDIFF is not NULL)

72: domain in varchar2 DEFAULT NULL,
73: secure in varchar2 DEFAULT NULL) is
74: expires_gmt date;
75: begin
76: if (OWA_CUSTOM.DBMS_SERVER_GMTDIFF is not NULL)
77: then
78: expires_gmt := expires-(OWA_CUSTOM.DBMS_SERVER_GMTDIFF/24);
79: else
80: expires_gmt := new_time(expires,OWA_CUSTOM.DBMS_SERVER_TIMEZONE,'GMT');

Line 78: expires_gmt := expires-(OWA_CUSTOM.DBMS_SERVER_GMTDIFF/24);

74: expires_gmt date;
75: begin
76: if (OWA_CUSTOM.DBMS_SERVER_GMTDIFF is not NULL)
77: then
78: expires_gmt := expires-(OWA_CUSTOM.DBMS_SERVER_GMTDIFF/24);
79: else
80: expires_gmt := new_time(expires,OWA_CUSTOM.DBMS_SERVER_TIMEZONE,'GMT');
81: end if;
82:

Line 80: expires_gmt := new_time(expires,OWA_CUSTOM.DBMS_SERVER_TIMEZONE,'GMT');

76: if (OWA_CUSTOM.DBMS_SERVER_GMTDIFF is not NULL)
77: then
78: expires_gmt := expires-(OWA_CUSTOM.DBMS_SERVER_GMTDIFF/24);
79: else
80: expires_gmt := new_time(expires,OWA_CUSTOM.DBMS_SERVER_TIMEZONE,'GMT');
81: end if;
82:
83: htp.print('Set-Cookie: '||name||'='||value||';'||
84: IFNOTNULL(expires_gmt, ' expires='||