DBA Data[Home] [Help]

APPS.ICX_REQ_SPECIAL_ORD dependencies on DUAL

Line 781: -- FROM DUAL;

777: CLOSE cart_header_details;
778:
779: --changed by alex for attachment
780: -- SELECT icx_shopping_cart_lines_s.nextval INTO l_cart_line_id
781: -- FROM DUAL;
782: --new code:
783: SELECT PO_REQUISITION_LINES_S.nextval INTO l_cart_line_id
784: FROM DUAL;
785:

Line 784: FROM DUAL;

780: -- SELECT icx_shopping_cart_lines_s.nextval INTO l_cart_line_id
781: -- FROM DUAL;
782: --new code:
783: SELECT PO_REQUISITION_LINES_S.nextval INTO l_cart_line_id
784: FROM DUAL;
785:
786:
787: /* Select the max of the cart_line_number for ordering */
788: SELECT max(cart_line_number) + 1 into v_cart_line_number