DBA Data[Home] [Help]

OWAPUB.DEBUG_CARTX dependencies on OWA

Line 70: -- htp array for future OWA.get_page calls.

66:
67: -- Executed by the target connection
68: -- Target connection waits in this procedure for the results to arrive from
69: -- the debug connection. When the results arrive it saves the same in the
70: -- htp array for future OWA.get_page calls.
71: -- sDownloadFileList The download file.
72: -- nCompress Mimetype information.
73: PROCEDURE tgt_fetch_results(sDownloadFileList out varchar2,
74: nCompress out number);

Line 140: --Initializes the CGI environment. This is similar to the OWA.init_cgi_env.

136: Do not move this. This needs to be the last entry point. If you want to
137: load this spec on the build machine remove this entry point.
138: */
139: --Executed by the target connection.
140: --Initializes the CGI environment. This is similar to the OWA.init_cgi_env.
141: --numCGIParams number of CGI environment variables passed.
142: --cgiArgn names of the environment variables.
143: --cgiArgv variables of the environment variables.
144: PROCEDURE tgt_init_cgi_env(num_params in number, param_name in owa.vc_arr,

Line 144: PROCEDURE tgt_init_cgi_env(num_params in number, param_name in owa.vc_arr,

140: --Initializes the CGI environment. This is similar to the OWA.init_cgi_env.
141: --numCGIParams number of CGI environment variables passed.
142: --cgiArgn names of the environment variables.
143: --cgiArgv variables of the environment variables.
144: PROCEDURE tgt_init_cgi_env(num_params in number, param_name in owa.vc_arr,
145: param_val in owa.vc_arr);
146: --
147:
148: end DEBUG_CARTX;

Line 145: param_val in owa.vc_arr);

141: --numCGIParams number of CGI environment variables passed.
142: --cgiArgn names of the environment variables.
143: --cgiArgv variables of the environment variables.
144: PROCEDURE tgt_init_cgi_env(num_params in number, param_name in owa.vc_arr,
145: param_val in owa.vc_arr);
146: --
147:
148: end DEBUG_CARTX;
149: