DBA Data[Home] [Help]

APPS.ICX_REQ_SPECIAL_ORD dependencies on PO_SYSTEM_PARAMETERS

Line 83: po_system_parameters psp,

79: nvl(mck.DESCRIPTION, mck.concatenated_segments) category_name,
80: plt.unit_of_measure,
81: psp.line_type_id
82: FROM po_line_types plt,
83: po_system_parameters psp,
84: mtl_categories_kfv mck
85: WHERE plt.line_type_id = psp.line_type_id
86: AND plt.category_id = mck.category_id (+);
87: */

Line 771: FROM po_system_parameters

767:
768: icx_util.error_page_setup;
769:
770: SELECT line_type_id INTO v_line_type_id
771: FROM po_system_parameters
772: WHERE rownum < 2;
773:
774: v_cart_id := icx_call.decrypt2(v_special_order_rec.cart_id);
775: OPEN cart_header_details(v_cart_id);