DBA Data[Home] [Help]

APPS.OE_CHG_ORDER_PVT dependencies on HTF

Line 321: p_document := htf.bold('Change Order Approval for: ') || p_document ;

317: -- Create an HTML text buffer
318: if (p_display_type = 'text/html') then
319:
320: -- Build the page body with the data
321: p_document := htf.bold('Change Order Approval for: ') || p_document ;
322: p_document_type := 'text/html';
323:
324: return;
325: end if;