DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PVT dependencies on STANDARD

Line 1218: -- FA has changed their APIs as per the new standards of treating NULL as FND_API.G_MISS

1214: END IF;
1215:
1216:
1217: -- This piece of code is added to fix Bug 2477684
1218: -- FA has changed their APIs as per the new standards of treating NULL as FND_API.G_MISS
1219: -- So we have to pass these constants if we want to update the values to NULL.
1220:
1221: If (x_talv_tbl(1).model_number is NULL) THEN
1222: x_talv_tbl(1).model_number := FND_API.G_MISS_CHAR;