DBA Data[Home] [Help]

APPS.QP_ARCHIVE_ENTITY_PVT dependencies on QP_LIST_HEADERS_TL

Line 1415: FROM qp_list_headers_tl

1411: language,
1412: source_lang,
1413: version_no,
1414: l_conc_request_id
1415: FROM qp_list_headers_tl
1416: WHERE list_header_id = p_entity;
1417:
1418: --Insert the count of records from QP_ARCH_LIST_HEADERS_TL into QP_ARCH_ROW_COUNTS
1419: g_count_header_tl:=sql%rowcount;