DBA Data[Home] [Help]

APPS.GME_API_MAIN dependencies on GME_RESERVATIONS_PVT

Line 1603: gme_reservations_pvt.create_batch_reservations

1599: gme_common_pvt.g_error_count := 0;
1600: END IF;
1601:
1602: gme_common_pvt.set_timestamp;
1603: gme_reservations_pvt.create_batch_reservations
1604: (p_batch_id => p_batch_header_rec.batch_id
1605: ,p_timefence => 1000000
1606: ,x_return_status => x_return_status);
1607:

Line 1737: gme_reservations_pvt.create_material_reservation

1733: RAISE get_open_qty_failure;
1734: END IF;
1735:
1736: /* Create a high level reservation (at organization level) for the outstanding qty */
1737: gme_reservations_pvt.create_material_reservation
1738: (p_matl_dtl_rec => p_matl_dtl_rec
1739: ,p_resv_qty => l_open_qty
1740: ,x_return_status => x_return_status);
1741:

Line 4166: gme_reservations_pvt.auto_detail_line

4162: /* Set the return status to success initially */
4163: x_return_status := fnd_api.g_ret_sts_success;
4164: /* Set the timestamp */
4165: gme_common_pvt.set_timestamp;
4166: gme_reservations_pvt.auto_detail_line
4167: (p_material_details_rec => p_material_detail_rec
4168: ,x_return_status => x_return_status);
4169:
4170: IF x_return_status <> fnd_api.g_ret_sts_success THEN

Line 4252: gme_reservations_pvt.auto_detail_batch(p_batch_rec => p_batch_rec

4248:
4249: /* Set the timestamp */
4250: gme_common_pvt.set_timestamp;
4251:
4252: gme_reservations_pvt.auto_detail_batch(p_batch_rec => p_batch_rec
4253: ,x_return_status => x_return_status);
4254:
4255: IF x_return_status <> fnd_api.g_ret_sts_success THEN
4256: RAISE auto_detail_failure;