DBA Data[Home] [Help]

APPS.ICX_REQ_CATEGORIES dependencies on STANDARD

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

1092: and ak_query_pkg.g_items_table(i).node_display_flag = 'Y'
1093: and ak_query_pkg.g_items_table(i).secured_column <> 'T'
1094: and ak_query_pkg.g_items_table(i).item_style <> 'HIDDEN' then --only for display of item tabledata
1095:
1096: /* Ref Bug #640289 : Changed By Suri. The Standard Requisitions/Emergency Requisitions Unit Price field should allow more than two decimal places. ***/
1097:
1098: IF ak_query_pkg.g_items_table(i).attribute_code = 'ICX_UNIT_PRICE' THEN
1099: -- display_text := to_char(to_number(y_table(ak_query_pkg.g_items_table(i).value_id)), c_money_fmt_mask);
1100: display_text := to_char(to_number(y_table(ak_query_pkg.g_items_table(i).value_id)));