Core Workflow - EBS (MOSC)

MOSC Banner

Maximum Size of Dynamic HTML

edited Feb 24, 2010 10:22AM in Core Workflow - EBS (MOSC) 2 commentsAnswered
Hi,

I have used the below mentioned code to create a Dynamic HTML Page for plsql clob attribute ie

PROCEDURE get_html_doc (
p_transaction_id IN NUMBER,
x_document IN OUT NOCOPY CLOB
)
IS
l_proc_name VARCHAR2 (150) := 'get_html_doc';
l_page HTP.htbuf_arr;
l_lines NUMBER DEFAULT 99999999;
l_nm OWA.vc_arr;
l_vl OWA.vc_arr;
l_clob CLOB;
BEGIN
l_nm ( 1) := 'DUMMY_JUST_TO_SET_UP_OWA_UTIL';
l_vl ( 1) := 'WHATEVER';
xyz.display_detail
(p_called_from => 'DOC_ATTR_VALUE',
p_transaction_id => p_transaction_id
);
OWA.init_cgi_env (l_nm.COUNT, l_nm, l_vl);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center