DBA Data[Home] [Help]

APPS.QA_SS_LOV dependencies on ICX_UTIL

Line 1007: icx_util.DynamicButton(P_ButtonText => msg,

1003: msg := fnd_message.get;
1004: msg := substr(msg,1, 20);
1005:
1006: /*
1007: icx_util.DynamicButton(P_ButtonText => msg,
1008: P_ImageFileName => 'FNDBSBMT',
1009: P_OnMouseOverText => msg,
1010: P_HyperTextCall => 'javascript:Lov_Check('||rnumb||',1,3)',
1011: P_LanguageCode => l_language_code,

Line 1661: -- AUG 19 Using icx_util to try and fix special chars issue

1657: /*
1658: htp.tableData(''||code||'');
1660: */
1661: -- AUG 19 Using icx_util to try and fix special chars issue
1662: htp.tableData(''||code||'');
1664:
1665: if (description IS NULL)

Line 1663: icx_util.replace_jsdw_quotes(code)||''')">'||code||'');

1659: replace(code,'"','&'||'quot;')||''')">'||code||'');
1660: */
1661: -- AUG 19 Using icx_util to try and fix special chars issue
1662: htp.tableData(''||code||'');
1664:
1665: if (description IS NULL)
1666: then
1667: description := ' ';