DBA Data[Home] [Help]

APPS.WIP_JOBCLOSE_PRIV dependencies on INV_RESERVATION_PUB

Line 1623: inv_reservation_pub.delete_reservation

1619: INTO l_rsv.reservation_id ;
1620:
1621: EXIT WHEN c_del_reservation%NOTFOUND ; /* Bug 12971448- Placed exit command just after fetch */
1622: /* Inventory Call for deleting reservations */
1623: inv_reservation_pub.delete_reservation
1624: (
1625: p_api_version_number => 1.0
1626: , p_init_msg_lst => fnd_api.g_true
1627: , x_return_status => l_status