DBA Data[Home] [Help]

APPS.GME_API_MAIN dependencies on GME_RESERVATIONS_PVT

Line 1545: gme_reservations_pvt.create_batch_reservations

1541: gme_common_pvt.g_error_count := 0;
1542: END IF;
1543:
1544: gme_common_pvt.set_timestamp;
1545: gme_reservations_pvt.create_batch_reservations
1546: (p_batch_id => p_batch_header_rec.batch_id
1547: ,p_timefence => 1000000
1548: ,x_return_status => x_return_status);
1549:

Line 1679: gme_reservations_pvt.create_material_reservation

1675: RAISE get_open_qty_failure;
1676: END IF;
1677:
1678: /* Create a high level reservation (at organization level) for the outstanding qty */
1679: gme_reservations_pvt.create_material_reservation
1680: (p_matl_dtl_rec => p_matl_dtl_rec
1681: ,p_resv_qty => l_open_qty
1682: ,x_return_status => x_return_status);
1683:

Line 4066: gme_reservations_pvt.auto_detail_line

4062: /* Set the return status to success initially */
4063: x_return_status := fnd_api.g_ret_sts_success;
4064: /* Set the timestamp */
4065: gme_common_pvt.set_timestamp;
4066: gme_reservations_pvt.auto_detail_line
4067: (p_material_details_rec => p_material_detail_rec
4068: ,x_return_status => x_return_status);
4069:
4070: IF x_return_status <> fnd_api.g_ret_sts_success THEN

Line 4152: gme_reservations_pvt.auto_detail_batch(p_batch_rec => p_batch_rec

4148:
4149: /* Set the timestamp */
4150: gme_common_pvt.set_timestamp;
4151:
4152: gme_reservations_pvt.auto_detail_batch(p_batch_rec => p_batch_rec
4153: ,x_return_status => x_return_status);
4154:
4155: IF x_return_status <> fnd_api.g_ret_sts_success THEN
4156: RAISE auto_detail_failure;