DBA Data[Home] [Help]

APPS.USER_PKG_LOT dependencies on FND_API

Line 23: x_return_status := FND_API.G_RET_STS_SUCCESS;

19: RETURN VARCHAR2
20: IS
21: l_user_lot_number VARCHAR2(300);
22: BEGIN
23: x_return_status := FND_API.G_RET_STS_SUCCESS;
24: RETURN (l_user_lot_number);
25: END;
26:
27: -- Bug6836808 to allow New Lots Based on custom code