DBA Data[Home] [Help]

APPS.ICX_REQ_ORDER dependencies on ICX_REQ_CART_ERRORS

Line 123: from icx_req_cart_errors

119: procedure drawCartErrors(l_cart_id number) is
120: ------------------------------------------------
121: cursor get_errors(v_cart_id number) is
122: select error_text
123: from icx_req_cart_errors
124: where cart_id = v_cart_id;
125:
126: l_message varchar2(1000);
127: l_first_time varchar2(1);