DBA Data[Home] [Help]

APPS.INVIDIT1 dependencies on FND_COMMON_LOOKUPS

Line 876: from fnd_common_lookups

872: if (X_item_type is not null) then
873: begin
874: select meaning
875: into X_item_type_dsp
876: from fnd_common_lookups
877: where lookup_code = X_item_type
878: and lookup_type = 'ITEM_TYPE';
879: exception
880: when NO_DATA_FOUND then

Line 949: from fnd_common_lookups

945: if (X_container_type is not null) then
946: begin
947: select meaning
948: into X_container_type_dsp
949: from fnd_common_lookups
950: where lookup_code = X_container_type
951: and lookup_type = 'CONTAINER_TYPE';
952: exception
953: when NO_DATA_FOUND then