DBA Data[Home] [Help]

APPS.ICX_REQ_TEMPLATES dependencies on STANDARD

Line 994: /* Ref Bug #640289 : Changed By Suri. The Standard Requisitions/Emergency Requisitions Unit Price field should allow more than two decimal places. ***/

990: AND ak_query_pkg.g_items_table(i).node_display_flag = 'Y'
991: AND ak_query_pkg.g_items_table(i).secured_column <> 'T'
992: AND ak_query_pkg.g_items_table(i).item_style <> 'HIDDEN' THEN
993:
994: /* Ref Bug #640289 : Changed By Suri. The Standard Requisitions/Emergency Requisitions Unit Price field should allow more than two decimal places. ***/
995:
996: IF ak_query_pkg.g_items_table(i).attribute_code = 'ICX_UNIT_PRICE' THEN
997: -- display_text := to_char(to_number(y_table(ak_query_pkg.g_items_table(i).value_id)), c_money_fmt_mask);
998: display_text := to_char(to_number(y_table(ak_query_pkg.g_items_table(i).value_id)));