DBA Data[Home] [Help]

APPS.CS_CHARGE_CREATE_ORDER_PVT dependencies on QP_LIST_HEADERS

Line 720: l_currency_code qp_list_headers.currency_code%type;

716: l_acct_no NUMBER;
717:
718: -- Added for bug:5408354
719: l_arith_operator qp_list_lines.arithmetic_operator%type;
720: l_currency_code qp_list_headers.currency_code%type;
721: L_API_ERROR_WITH_FND_MESSAGE EXCEPTION;
722: --
723: --
724: -- Added this to get account_id after submitting an order to OM.

Line 1687: FROM qp_list_headers h,

1683: Begin
1684:
1685: SELECT l.arithmetic_operator,h.currency_code
1686: INTO l_arith_operator, l_currency_code
1687: FROM qp_list_headers h,
1688: qp_list_lines l
1689: WHERE h.list_header_id = l.list_header_id
1690: AND l.list_line_id = l_modifier_line_id;
1691: