DBA Data[Home] [Help]

APPS.OE_CHARGE_PVT dependencies on QP_LIST_HEADERS_VL

Line 980: from qp_list_headers_vl a,

976: b.operand,
977: b.arithmetic_operator,
978: b.qualification_ind,
979: b.product_precedence
980: from qp_list_headers_vl a,
981: qp_list_lines b
982: where a.name = p_header_name
983: and a.list_header_id = b.list_header_id;
984: