DBA Data[Home] [Help]

APPS.ICX_REQ_SEARCH dependencies on ICX_REQ_NAVIGATION

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

695: end if;
696: end if;
697:
698: if l_total_price > 0 then
699: ICX_REQ_NAVIGATION.get_currency(l_dest_org_id,l_currency,l_money_precision,l_fmt_mask);
700: FND_MESSAGE.SET_NAME('ICX','ICX_ITEM_ADD_TOTAL');
701: FND_MESSAGE.SET_TOKEN('CURRENCY_CODE',l_currency);
702: FND_MESSAGE.SET_TOKEN('REQUISITION_TOTAL',to_char(l_total_price,fnd_currency.get_format_mask(l_currency,30)));
703: l_message := l_message || '

' || FND_MESSAGE.GET;

Line 1093: icx_req_navigation.shopper_info(employee_id, shopper_name, v_location_id, v_location_code, v_org_id, v_org_code);

1089:
1090: employee_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
1091:
1092: --Get the org id from shopper_id
1093: icx_req_navigation.shopper_info(employee_id, shopper_name, v_location_id, v_location_code, v_org_id, v_org_code);
1094:
1095: ICX_REQ_NAVIGATION.get_currency(v_org_id, c_currency, c_money_precision, c_money_fmt_mask);
1096:
1097: icx_util.getPrompts(601,'ICX_PO_SUPPL_SEARCH_ITEMS_R',c_title,c_prompts);

Line 1095: ICX_REQ_NAVIGATION.get_currency(v_org_id, c_currency, c_money_precision, c_money_fmt_mask);

1091:
1092: --Get the org id from shopper_id
1093: icx_req_navigation.shopper_info(employee_id, shopper_name, v_location_id, v_location_code, v_org_id, v_org_code);
1094:
1095: ICX_REQ_NAVIGATION.get_currency(v_org_id, c_currency, c_money_precision, c_money_fmt_mask);
1096:
1097: icx_util.getPrompts(601,'ICX_PO_SUPPL_SEARCH_ITEMS_R',c_title,c_prompts);
1098: icx_util.error_page_setup;
1099: if p_where is not null then

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

1449: --Display item_description as a link and a tabledata
1450: if display_text is not NULL then
1451: if (ak_query_pkg.g_items_table(i).attribute_code = 'ICX_ITEM_DESCRIPTION') then
1452: v_item_url := y_table(v_item_url_ind);
1453: display_text := ICX_REQ_NAVIGATION.addURL(v_item_url, display_text);
1454: end if;
1455: --Display source_name as a link
1456: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_NAME' then
1457: v_supplier_url := y_table(v_supplier_url_ind);

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

1454: end if;
1455: --Display source_name as a link
1456: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_NAME' then
1457: v_supplier_url := y_table(v_supplier_url_ind);
1458: display_text := ICX_REQ_NAVIGATION.addURL(v_supplier_url, display_text);
1459: end if;
1460: --Display supplier item number as a link
1461: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_ITEM_NUM' then
1462: v_supplier_item_url := y_table(v_supplier_item_url_ind);

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

1459: end if;
1460: --Display supplier item number as a link
1461: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_ITEM_NUM' then
1462: v_supplier_item_url := y_table(v_supplier_item_url_ind);
1463: display_text := ICX_REQ_NAVIGATION.addURL(v_supplier_item_url, display_text);
1464: end if;
1465: end if;
1466:
1467: if display_text is null then