DBA Data[Home] [Help]

APPS.ASO_RELATED_OBJ_PVT dependencies on ASO_QUOTE_HEADERS_ALL

Line 1361: from aso_quote_headers_all

1357: -- x_return_status := FND_API.G_RET_STS_ERROR;
1358:
1359: IF P_RELATED_OBJ_Rec.quote_object_type_code = 'MODEL' then
1360: select count(*) into l_count
1361: from aso_quote_headers_all
1362: where quote_header_id = P_RELATED_OBJ_Rec.quote_object_id;
1363:
1364: IF l_count < 1 THEN
1365: x_return_status := FND_API.G_RET_STS_ERROR;