DBA Data[Home] [Help]

APPS.AMS_IMP_REG_DETAIL_PVT dependencies on FND_MESSAGE

Line 934: errbuf := SUBSTR(FND_MESSAGE.GET,1,240);

930: ELSE
931: CLOSE c_get_row_metadata;
932: END IF;
933: END IF;
934: errbuf := SUBSTR(FND_MESSAGE.GET,1,240);
935: retcode := 0;
936: RETURN;
937:
938: