DBA Data[Home] [Help]

APPS.ICX_REQ_SPECIAL_ORD dependencies on FND_FLEX_EXT

Line 759: l_segments fnd_flex_ext.SegmentArray;

755: /* The following variables added for default accounting */
756: l_emp_id number;
757: l_account_id NUMBER := NULL;
758: l_account_num VARCHAR2(2000) := NULL;
759: l_segments fnd_flex_ext.SegmentArray;
760:
761: CURSOR cart_header_details(v_cart_id VARCHAR2) IS
762: SELECT * FROM icx_shopping_carts
763: WHERE CART_ID = to_number(v_cart_id)