DBA Data[Home] [Help]

APPS.ASO_LINE_ATTRIBS_PVT dependencies on ASO_QUOTE_LINES_ALL

Line 982: from aso_quote_lines_all

978: -- if data is not valid : x_return_status := FND_API.G_RET_STS_ERROR;
979: NULL;
980:
981: select count(*) into l_count
982: from aso_quote_lines_all
983: where quote_line_id = p_quote_line_id;
984:
985: if l_count <> 1 then
986: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1000: from aso_quote_lines_all

996:
997:
998: if (p_QUOTE_LINE_ID <> FND_API.G_MISS_CHAR) then
999: select count(*) into l_count
1000: from aso_quote_lines_all
1001: where quote_line_id = p_quote_line_id;
1002:
1003: if l_count <> 1 then
1004: x_return_status := FND_API.G_RET_STS_ERROR;