DBA Data[Home] [Help]

APPS.INV_LOT_AG dependencies on FND_API

Line 116: x_errbuf := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);

112: , 'Update Age for Lot Attributes '
113: );
114: END IF;
115:
116: x_errbuf := FND_MSG_PUB.Get(p_encoded => FND_API.G_FALSE);
117: x_retcode := 2;
118: RAISE;
119:
120: END update_lot_age;