DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_PENDING_PRODUCT_LOTS_DBL

Line 9384: IF NOT gme_pending_product_lots_dbl.fetch_row

9380: RAISE fnd_api.g_exc_error;
9381: END IF;
9382:
9383: IF p_pending_product_lots_rec.pending_product_lot_id IS NOT NULL THEN
9384: IF NOT gme_pending_product_lots_dbl.fetch_row
9385: (p_pending_product_lots_rec => p_pending_product_lots_rec
9386: ,x_pending_product_lots_rec => l_db_pending_product_lots_rec) THEN
9387: x_return_status := fnd_api.g_ret_sts_error;
9388: RAISE fnd_api.g_exc_error;

Line 9627: IF NOT gme_pending_product_lots_dbl.fetch_row

9623: RAISE fnd_api.g_exc_error;
9624: END IF;
9625:
9626: IF p_pending_product_lots_rec.pending_product_lot_id IS NOT NULL THEN
9627: IF NOT gme_pending_product_lots_dbl.fetch_row
9628: (p_pending_product_lots_rec => p_pending_product_lots_rec
9629: ,x_pending_product_lots_rec => l_db_pending_product_lots_rec) THEN
9630: x_return_status := fnd_api.g_ret_sts_error;
9631: RAISE fnd_api.g_exc_error;