DBA Data[Home] [Help]

APPS.ICX_REQ_TEMPLATES dependencies on ICX_REQ_NAVIGATION

Line 791: ICX_REQ_NAVIGATION.get_currency(v_org, c_currency, c_money_precision,

787: htp.htmlClose;
788: return;
789: END IF;
790:
791: ICX_REQ_NAVIGATION.get_currency(v_org, c_currency, c_money_precision,
792: c_money_fmt_mask);
793:
794: -- Query against ICX_PO_REQ_TEMPLATE_ITEMS_R and
795: --- display only items in this template

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

1017:
1018: -- Display item_description as a link and a tabledata
1019: IF (ak_query_pkg.g_items_table(i).attribute_code = 'ICX_ITEM_DESCRIPTION') THEN
1020: v_item_url := y_table(v_item_url_ind);
1021: display_text := ICX_REQ_NAVIGATION.addURL(v_item_url, display_text);
1022: END IF;
1023:
1024: -- Display source_name as a link
1025: IF ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_NAME' THEN

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

1023:
1024: -- Display source_name as a link
1025: IF ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_NAME' THEN
1026: v_supplier_url := y_table(v_supplier_url_ind);
1027: display_text := ICX_REQ_NAVIGATION.addURL(v_supplier_url, display_text);
1028: END IF;
1029:
1030: -- Display supplier item number as a link
1031: IF ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_ITEM_NUM' THEN

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

1029:
1030: -- Display supplier item number as a link
1031: IF ak_query_pkg.g_items_table(i).attribute_code = 'ICX_SUGGESTED_VENDOR_ITEM_NUM' THEN
1032: v_supplier_item_url := y_table(v_supplier_item_url_ind);
1033: display_text := ICX_REQ_NAVIGATION.addURL(v_supplier_item_url, display_text);
1034: END IF;
1035:
1036: -- Bold
1037: IF ak_query_pkg.g_items_table(i).bold = 'Y' THEN

Line 1240: ICX_REQ_NAVIGATION.shopper_info(v_requestor_id,

1236: from dual;
1237: /* get contact id for deliver_to_requestor */
1238: v_requestor_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
1239:
1240: ICX_REQ_NAVIGATION.shopper_info(v_requestor_id,
1241: v_requestor_name,
1242: d_location_id,
1243: d_location_code,
1244: d_org_id,

Line 1501: icx_req_navigation.get_currency(l_dest_org_id, l_currency,

1497:
1498: BEGIN
1499:
1500: /* get the currency code */
1501: icx_req_navigation.get_currency(l_dest_org_id, l_currency,
1502: l_precision, l_fmt_mask);
1503:
1504: FND_MESSAGE.SET_NAME('ICX','ICX_ITEM_ADD_NEW');
1505: FND_MESSAGE.SET_TOKEN('ITEM_QUANTITY', l_rows_added);