DBA Data[Home] [Help]

APPS.ICX_REQ_ORDER dependencies on DUAL

Line 1486: else -- It is an attribute, treat each of them individually.

1482: end if;
1483: --
1484: end if; -- Special treatment object attributes
1485:
1486: else -- It is an attribute, treat each of them individually.
1487:
1488:
1489: if ak_query_pkg.g_items_table(i).attribute_code = 'ICX_DELIVER_TO_LOCATION' then
1490:

Line 1830: -- select icx_shopping_cart_lines_s.nextval into l_cart_line_id from dual;

1826: and cart_line_number > l_cart_line_number;
1827:
1828: l_cart_line_number := l_cart_line_number + 1;
1829: --changed by alex for attachment
1830: -- select icx_shopping_cart_lines_s.nextval into l_cart_line_id from dual;
1831: --new code:
1832: select PO_REQUISITION_LINES_S.nextval into l_cart_line_id from dual;
1833:
1834:

Line 1832: select PO_REQUISITION_LINES_S.nextval into l_cart_line_id from dual;

1828: l_cart_line_number := l_cart_line_number + 1;
1829: --changed by alex for attachment
1830: -- select icx_shopping_cart_lines_s.nextval into l_cart_line_id from dual;
1831: --new code:
1832: select PO_REQUISITION_LINES_S.nextval into l_cart_line_id from dual;
1833:
1834:
1835: insert into icx_shopping_cart_lines
1836: (CART_LINE_ID, CART_LINE_NUMBER,LAST_UPDATE_DATE, LAST_UPDATED_BY,