DBA Data[Home] [Help]

APPS.GME_RESERVATIONS_PVT dependencies on GME_RELEASE_BATCH_PVT

Line 1477: gme_release_batch_pvt.build_and_create_transaction

1473: || ' lot_divisible flag is '
1474: || l_item_rec.lot_divisible_flag);
1475: END IF;
1476:
1477: gme_release_batch_pvt.build_and_create_transaction
1478: (p_rsrv_rec => l_reservation_rec
1479: ,p_lot_divisible_flag => l_item_rec.lot_divisible_flag
1480: ,p_mtl_dtl_rec => p_material_details_rec
1481: ,p_trans_date => SYSDATE

Line 1492: || ' Return status from gme_release_batch_pvt.build_and_create_transaction is '

1488: gme_debug.put_line
1489: ( g_pkg_name
1490: || '.'
1491: || l_api_name
1492: || ' Return status from gme_release_batch_pvt.build_and_create_transaction is '
1493: || x_return_status);
1494: END IF;
1495:
1496: IF x_return_status NOT IN ('T', fnd_api.g_ret_sts_success) THEN