DBA Data[Home] [Help]

APPS.ICX_REQ_SUBMIT dependencies on ICX_REQ_CART_ERRORS_S

Line 18: select icx_req_cart_errors_s.nextval into l_error_id from dual;

14: begin
15:
16: l_shopper_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
17:
18: select icx_req_cart_errors_s.nextval into l_error_id from dual;
19:
20: /* append new message to the error table for redisplay */
21: insert into icx_req_cart_errors
22: (error_id,cart_id,distribution_num,cart_line_id,last_updated_by,last_update_date,last_update_login,creation_date,created_by,error_text)