DBA Data[Home] [Help]

APPS.INVIDIT1 dependencies on FND_COMMON_LOOKUPS

Line 874: from fnd_common_lookups

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

Line 947: from fnd_common_lookups

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