DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on MTL_LOT_NUMBERS

Line 2826: ,p_expiration_date IN mtl_lot_numbers.expiration_date%TYPE := NULL

2822: ,p_generate_lot IN VARCHAR2 := fnd_api.g_false
2823: ,p_generate_parent_lot IN VARCHAR2 := fnd_api.g_false
2824: ,p_material_detail_rec IN gme_material_details%ROWTYPE
2825: /* nsinghi bug#4486074 Added the p_expiration_dt parameter. */
2826: ,p_expiration_date IN mtl_lot_numbers.expiration_date%TYPE := NULL
2827: ,p_pending_product_lots_rec IN gme_pending_product_lots%ROWTYPE
2828: ,x_pending_product_lots_rec OUT NOCOPY gme_pending_product_lots%ROWTYPE);
2829:
2830: /*#