DBA Data[Home] [Help]

APPS.ASO_HEADER_RLTSHIP_PVT dependencies on ASO_LOOKUPS

Line 830: from aso_lookups

826: NULL;
827:
828:
829: select count(*) into l_count
830: from aso_lookups
831: where lookup_type = 'ASO_HEADER_RELATIONSHIP_TYPE'
832: and lookup_code = p_RELATIONSHIP_TYPE_CODE;
833:
834: if l_count < 1 then