DBA Data[Home] [Help]

APPS.CTO_RESERVE_CONFIG dependencies on INV_RESERVATION_PUB

Line 163: inv_reservation_pub.create_reservation(p_api_version_number => 1.0,

159:
160: -- Attempt to make a reservation. Right now, we are hard coding
161: -- that no partial reservations are allowed.
162: --bug#4918197 called the api using named notation
163: inv_reservation_pub.create_reservation(p_api_version_number => 1.0,
164: p_init_msg_lst=>fnd_api.g_true,
165: x_return_status=>x_return_status,
166: x_msg_count=>l_msg_count,
167: x_msg_data=>x_msg_txt,