DBA Data[Home] [Help]

APPS.USER_PKG_LOT dependencies on FND_API

Line 28: x_return_status := FND_API.G_RET_STS_SUCCESS;

24: RETURN VARCHAR2
25: IS
26: l_user_lot_number VARCHAR2(300);
27: BEGIN
28: x_return_status := FND_API.G_RET_STS_SUCCESS;
29: RETURN (l_user_lot_number);
30: END;
31:
32: -- Bug6836808 to allow New Lots Based on custom code