DBA Data[Home] [Help]

APPS.WMS_XDOCK_PEGGING_PUB dependencies on INV_RESERVATION_PVT

Line 914: INV_RESERVATION_PVT.transfer_reservation

910:
911: IF (l_debug = 1) THEN
912: print_debug(p_log_prefix || 'Call the transfer_reservation API to split the RSV record');
913: END IF;
914: INV_RESERVATION_PVT.transfer_reservation
915: (p_api_version_number => 1.0,
916: p_init_msg_lst => fnd_api.g_false,
917: x_return_status => x_return_status,
918: x_msg_count => x_msg_count,

Line 976: INV_RESERVATION_PVT.update_reservation

972:
973: IF (l_debug = 1) THEN
974: print_debug(p_log_prefix || 'Call the update_reservation API to crossdock the RSV record');
975: END IF;
976: INV_RESERVATION_PVT.update_reservation
977: (p_api_version_number => 1.0,
978: p_init_msg_lst => fnd_api.g_false,
979: x_return_status => x_return_status,
980: x_msg_count => x_msg_count,

Line 1670: INV_RESERVATION_PVT.create_reservation

1666:
1667: IF (l_debug = 1) THEN
1668: print_debug(p_log_prefix || 'Call the create_reservation API to create the crossdock peg');
1669: END IF;
1670: INV_RESERVATION_PVT.create_reservation
1671: (p_api_version_number => 1.0,
1672: p_init_msg_lst => fnd_api.g_false,
1673: x_return_status => x_return_status,
1674: x_msg_count => x_msg_count,