DBA Data[Home] [Help]

APPS.BIS_PMV_UTIL dependencies on HTP

Line 43: htp.p(SQLERRM);

39: from FND_LOBS
40: where file_id = pFileId;
41: exception
42: when others then
43: htp.p(SQLERRM);
44: end;
45:
46: amount := DBMS_LOB.getlength(loc);
47: -- read html codes from that location

Line 66: htp.print('In bis_pmv_util.readFndLobs: '||SQLERRM);

62: return vLobPieces;
63:
64: exception
65: when others then
66: htp.print('In bis_pmv_util.readFndLobs: '||SQLERRM);
67: end readFndLobs;
68: --
69: --ashgarg Bug Fix: 4526317
70: PROCEDURE RETRIEVE_DATA