DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on MTL_RESERVATIONS

Line 2114: * @param p_reservation_rec mtl_reservations rowtype

2110: * @param x_message_count # of messages
2111: * @param x_message_list List of messages
2112: * @param x_return_status return status
2113: * @param p_qty_convert Quantity to be converted
2114: * @param p_reservation_rec mtl_reservations rowtype
2115: * @param p_trans_date User specified transaction date.
2116: * @rep:scope public
2117: * @rep:lifecycle active
2118: * @rep:displayname convert_dtl_reservation

Line 2173: ,p_reservation_rec IN mtl_reservations%ROWTYPE

2169: ,p_commit IN VARCHAR2 := fnd_api.g_false
2170: ,x_message_count OUT NOCOPY NUMBER
2171: ,x_message_list OUT NOCOPY VARCHAR2
2172: ,x_return_status OUT NOCOPY VARCHAR2
2173: ,p_reservation_rec IN mtl_reservations%ROWTYPE
2174: ,p_trans_date IN DATE DEFAULT NULL -- Bug 13532998
2175: ,p_qty_convert IN NUMBER := NULL);
2176:
2177: /*#