DBA Data[Home] [Help]

APPS.QP_DATA_COMPARE_PVT dependencies on QP_LIST_HEADERS_TL

Line 65: qp_list_headers_tl b

61: b.name,
62: b.description,
63: b.version_no
64: FROM qp_list_headers_b a ,
65: qp_list_headers_tl b
66: WHERE a.list_header_id = b.list_header_id
67: AND a.list_header_id = p_list_header_id;
68:
69: CURSOR csr_get_list_header_id(p_list_line_id NUMBER) IS