DBA Data[Home] [Help]

APPS.WMA_INV_WRAPPERS dependencies on WIP_LPN_COMPLETIONS_LOTS

Line 65: from wip_lpn_completions_lots

61: x_err_msg OUT NOCOPY VARCHAR2,
62: x_return_status OUT NOCOPY VARCHAR2) IS
63: cursor lots(v_header_id in NUMBER) IS
64: select lot_number
65: from wip_lpn_completions_lots
66: where header_id = v_header_id;
67:
68: l_msg_count NUMBER;
69: