DBA Data[Home] [Help]

APPS.PON_FORMS_JRAD_PVT dependencies on FND_MESSAGE

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

1541:
1542: v_section_layout_element := JDR_DOCBUILDER.createElement (JDR_DOCBUILDER.OA_NS, 'table');
1543: JDR_DOCBUILDER.setAttribute (v_section_layout_element, 'id', v_section_code||'_table');
1544: JDR_DOCBUILDER.setAttribute (v_section_layout_element, 'width', '100%');
1545: JDR_DOCBUILDER.setAttribute (v_section_layout_element, 'shortDesc', fnd_message.get_string ('PON', 'PON_EXT_ABSTRACT_TBL_SHORTDESC'));
1546:
1547: FOR v_abstract_fields_row in V_ABSTRACT_FIELDS_CURSOR LOOP --{
1548:
1549: v_section_field_element := JDR_DOCBUILDER.createElement (JDR_DOCBUILDER.OA_NS, 'messageStyledText');