DBA Data[Home] [Help]

APPS.IBY_BEPINFO_PKG dependencies on STANDARD

Line 608: -- by the new App standard, if input is FND_API.G_MISS_CHAR

604: --raise_application_error(-20525, 'Suffix already exists...',FALSE);
605: end if;
606:
607:
608: -- by the new App standard, if input is FND_API.G_MISS_CHAR
609: -- in update API, it means the caller wants to set the field
610: -- to null. However IBY_BEPINFO.NAME is a not null column
611: -- note it's ok for the input param to be null. In that case
612: -- the existing value in db is retained

Line 623: -- by the new App standard, if input is FND_API.G_MISS_CHAR

619:
620: RAISE FND_API.G_EXC_ERROR;
621: END IF;
622:
623: -- by the new App standard, if input is FND_API.G_MISS_CHAR
624: -- in update API, it means the caller wants to set the field
625: -- to null. However IBY_BEPINFO.SUFFIX is a not null column
626: -- note it's ok for the input param to be null. In that case
627: -- the existing value in db is retained