DBA Data[Home] [Help]

APPS.QP_DATA_COMPARE_PVT dependencies on QP_LIST_HEADERS_B

Line 64: FROM qp_list_headers_b a ,

60: b.source_lang,
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: