DBA Data[Home] [Help]

APPS.QP_VALIDATE_SSC dependencies on QP_LIST_HEADERS_B

Line 408: from qp_list_headers_b

404: -- Validate entity delete.
405: begin
406: select 'x'
407: into dummy
408: from qp_list_headers_b
409: where nvl(pte_code,'x') = nvl(p_SSC_rec.pte_code,'y') and
410: nvl(source_system_code,'x') = nvl(p_SSC_rec.application_short_name,'y') and
411: rownum = 1;
412: l_return_status := FND_API.G_RET_STS_ERROR;