DBA Data[Home] [Help]

APPS.ICX_REQ_SEARCH dependencies on STANDARD

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

1435: and ak_query_pkg.g_items_table(i).node_display_flag = 'Y'
1436: and ak_query_pkg.g_items_table(i).secured_column <> 'T'
1437: and ak_query_pkg.g_items_table(i).item_style <> 'HIDDEN' then
1438:
1439: /* Ref Bug #640289 : Changed By Suri. The Standard Requisitions/Emergency Requisitions Unit Price field should allow more than two decimal places. ***/
1440:
1441: IF ak_query_pkg.g_items_table(i).attribute_code = 'ICX_UNIT_PRICE' THEN
1442: -- display_text := to_char(to_number(y_table(ak_query_pkg.g_items_table(i).value_id)), c_money_fmt_mask);
1443: display_text := to_char(to_number(y_table(ak_query_pkg.g_items_table(i).value_id)));