DBA Data[Home] [Help]

APPS.CTO_RESERVE_CONFIG dependencies on INV_RESERVATION_PUB

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

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