DBA Data[Home] [Help]

APPS.ASO_LINE_RLTSHIP_PVT dependencies on ASO_LOOKUPS

Line 1422: from aso_lookups

1418: END IF;
1419:
1420: IF p_RELATIONAL_TYPE_CODE is not NULL AND p_RELATIONAL_TYPE_CODE <> FND_API.G_MISS_NUM THEN
1421: select count(*) into l_count
1422: from aso_lookups
1423: where lookup_type = 'ASO_LINE_RELATIONSHIP_TYPE'
1424: and lookup_code = p_RELATIONAL_TYPE_CODE;
1425:
1426: if l_count < 1 then