DBA Data[Home] [Help]

APPS.CS_CHARGE_CREATE_ORDER_PVT dependencies on QP_LIST_HEADERS

Line 754: l_currency_code qp_list_headers.currency_code%type;

750: l_acct_no NUMBER;
751:
752: -- Added for bug:5408354
753: l_arith_operator qp_list_lines.arithmetic_operator%type;
754: l_currency_code qp_list_headers.currency_code%type;
755: L_API_ERROR_WITH_FND_MESSAGE EXCEPTION;
756: --
757: --
758: -- Added this to get account_id after submitting an order to OM.

Line 1825: FROM qp_list_headers h,

1821: Begin
1822:
1823: SELECT l.arithmetic_operator,h.currency_code
1824: INTO l_arith_operator, l_currency_code
1825: FROM qp_list_headers h,
1826: qp_list_lines l
1827: WHERE h.list_header_id = l.list_header_id
1828: AND l.list_line_id = l_modifier_line_id;
1829: