DBA Data[Home] [Help]

APPS.ICX_REQ_CATEGORIES dependencies on ICX_REQ_NAVIGATION

Line 439: ICX_REQ_NAVIGATION.get_currency(l_dest_org_id,l_currency,l_money_precision,l_fmt_mask);

435: end if;
436: end if;
437:
438: if l_total_price > 0 then
439: ICX_REQ_NAVIGATION.get_currency(l_dest_org_id,l_currency,l_money_precision,l_fmt_mask);
440: FND_MESSAGE.SET_NAME('ICX','ICX_ITEM_ADD_TOTAL');
441: FND_MESSAGE.SET_TOKEN('CURRENCY_CODE',l_currency);
442: FND_MESSAGE.SET_TOKEN('REQUISITION_TOTAL',to_char(l_total_price,fnd_currency.get_format_mask(l_currency,30)));
443: l_message := l_message || '

' || FND_MESSAGE.GET;

Line 900: ICX_REQ_NAVIGATION.get_currency(v_org, c_currency, c_money_precision, c_money_fmt_mask);

896: return;
897: end if;
898:
899:
900: ICX_REQ_NAVIGATION.get_currency(v_org, c_currency, c_money_precision, c_money_fmt_mask);
901:
902: --query against ICX_PO_SUPPL_CATALOG_ITEMS_R, Only display items in this template
903: -- where_clause := 'organization_id = ' || v_org || ' and category_id = ' || '''' || v_cat_id || '''';
904: /* Modified by Suri to take care of Bug#724529 **/

Line 1110: display_text := ICX_REQ_NAVIGATION.addURL(v_item_url, display_text);

1106: --Display item_description as a link and a tabledata
1107: if display_text is not NULL then
1108: if (ak_query_pkg.g_items_table(i).attribute_code = 'ICX_ITEM_DESCRIPTION') then
1109: v_item_url := y_table(v_item_url_ind);
1110: display_text := ICX_REQ_NAVIGATION.addURL(v_item_url, display_text);
1111: end if;
1112: --Display source_name as a link
1113: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_NAME' then
1114: v_supplier_url := y_table(v_supplier_url_ind);

Line 1115: display_text := ICX_REQ_NAVIGATION.addURL(v_supplier_url, display_text);

1111: end if;
1112: --Display source_name as a link
1113: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_NAME' then
1114: v_supplier_url := y_table(v_supplier_url_ind);
1115: display_text := ICX_REQ_NAVIGATION.addURL(v_supplier_url, display_text);
1116: end if;
1117: --Display supplier item number as a link
1118: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_ITEM_NUM' then
1119: v_supplier_item_url := y_table(v_supplier_item_url_ind);

Line 1120: display_text := ICX_REQ_NAVIGATION.addURL(v_supplier_item_url, display_text);

1116: end if;
1117: --Display supplier item number as a link
1118: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_ITEM_NUM' then
1119: v_supplier_item_url := y_table(v_supplier_item_url_ind);
1120: display_text := ICX_REQ_NAVIGATION.addURL(v_supplier_item_url, display_text);
1121: end if;
1122: end if;
1123:
1124: if display_text is null then