DBA Data[Home] [Help]

APPS.PON_FORMS_JRAD_PVT dependencies on FND_MESSAGE

Line 1415: JDR_DOCBUILDER.setAttribute (v_section_layout_element, 'shortDesc', fnd_message.get_string ('PON', 'PON_EXT_ABSTRACT_TBL_SHORTDESC'));

1411:
1412: v_section_layout_element := JDR_DOCBUILDER.createElement (JDR_DOCBUILDER.OA_NS, 'table');
1413: JDR_DOCBUILDER.setAttribute (v_section_layout_element, 'id', v_section_code||'_table');
1414: JDR_DOCBUILDER.setAttribute (v_section_layout_element, 'width', '100%');
1415: JDR_DOCBUILDER.setAttribute (v_section_layout_element, 'shortDesc', fnd_message.get_string ('PON', 'PON_EXT_ABSTRACT_TBL_SHORTDESC'));
1416:
1417: FOR v_abstract_fields_row in V_ABSTRACT_FIELDS_CURSOR LOOP --{
1418:
1419: v_section_field_element := JDR_DOCBUILDER.createElement (JDR_DOCBUILDER.OA_NS, 'messageStyledText');