DBA Data[Home] [Help]

APPS.ONT_FREIGHT_UTIL dependencies on FND_API

Line 338: If l_line_rec.pricing_quantity < 0 or l_line_rec.pricing_quantity = FND_API.G_MISS_NUM Then

334: /*********************************
335: --Check the pricing quantity of the line
336: **********************************/
337: DBMS_DEBUG('Checking pricing_quantity of the line');
338: If l_line_rec.pricing_quantity < 0 or l_line_rec.pricing_quantity = FND_API.G_MISS_NUM Then
339: DBMS_DEBUG(' Error: Invalid pricing quantity:'|| l_line_rec.pricing_quantity);
340: Return;
341: Else
342: DBMS_DEBUG('Passed');