DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on INV_RESERVATION_PVT

Line 893: INV_RESERVATION_PVT.transfer_reservation

889:
890: IF (l_debug = 1) THEN
891: print_debug(p_log_prefix || 'Call the transfer_reservation API to split the RSV record');
892: END IF;
893: INV_RESERVATION_PVT.transfer_reservation
894: (p_api_version_number => 1.0,
895: p_init_msg_lst => fnd_api.g_false,
896: x_return_status => x_return_status,
897: x_msg_count => x_msg_count,

Line 955: INV_RESERVATION_PVT.update_reservation

951:
952: IF (l_debug = 1) THEN
953: print_debug(p_log_prefix || 'Call the update_reservation API to crossdock the RSV record');
954: END IF;
955: INV_RESERVATION_PVT.update_reservation
956: (p_api_version_number => 1.0,
957: p_init_msg_lst => fnd_api.g_false,
958: x_return_status => x_return_status,
959: x_msg_count => x_msg_count,

Line 1646: INV_RESERVATION_PVT.create_reservation

1642:
1643: IF (l_debug = 1) THEN
1644: print_debug(p_log_prefix || 'Call the create_reservation API to create the crossdock peg');
1645: END IF;
1646: INV_RESERVATION_PVT.create_reservation
1647: (p_api_version_number => 1.0,
1648: p_init_msg_lst => fnd_api.g_false,
1649: x_return_status => x_return_status,
1650: x_msg_count => x_msg_count,