DBA Data[Home] [Help]

APPS.ICX_PORTLET dependencies on HTP

Line 91: htp.p(SQLERRM);

87: return l_session_id;
88:
89: exception
90: when others then
91: htp.p(SQLERRM);
92:
93: end;
94:
95: function validateSessionpart2(p_session_id in NUMBER,

Line 116: htp.p(SQLERRM);

112: return l_valid;
113:
114: exception
115: when others then
116: htp.p(SQLERRM);
117:
118: end;
119:
120: function validateSession(p_application_id in NUMBER,

Line 143: htp.p(SQLERRM);

139: return l_valid;
140:
141: exception
142: when others then
143: htp.p(SQLERRM);
144:
145: end;
146:
147: function createBookmarkLink( p_text VARCHAR2,