DBA Data[Home] [Help]

APPS.IGS_PE_RELATIONSHIPS_PKG dependencies on STANDARD

Line 481: -- cross checked with API coding standards also. bug number 2314209

477: -- object version number
478:
479: -- kumma. V2 API logic has been modified, and if a field which had data is made NULL
480: -- then we have to explicitly pass it as G_MISS_CHAR.
481: -- cross checked with API coding standards also. bug number 2314209
482:
483: IF p_comments IS NULL THEN
484: prel_rec.comments := FND_API.G_MISS_CHAR;
485: END IF;