DBA Data[Home] [Help]

APPS.GME_API_PUB dependencies on GME_PENDING_PRODUCT_LOTS

Line 2827: ,p_pending_product_lots_rec IN gme_pending_product_lots%ROWTYPE

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: /*#
2831: * Update a pending product lot. Note that identification:

Line 2828: ,x_pending_product_lots_rec OUT NOCOPY gme_pending_product_lots%ROWTYPE);

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: /*#
2831: * Update a pending product lot. Note that identification:
2832: * pending product lot id or a combination of keys must be provided.

Line 2884: ,p_pending_product_lots_rec IN gme_pending_product_lots%ROWTYPE

2880: ,x_return_status OUT NOCOPY VARCHAR2
2881: ,p_batch_header_rec IN gme_batch_header%ROWTYPE
2882: ,p_org_code IN VARCHAR2
2883: ,p_material_detail_rec IN gme_material_details%ROWTYPE
2884: ,p_pending_product_lots_rec IN gme_pending_product_lots%ROWTYPE
2885: ,x_pending_product_lots_rec OUT NOCOPY gme_pending_product_lots%ROWTYPE);
2886:
2887: /*#
2888: * Delete a pending product lot. Note that identification:

Line 2885: ,x_pending_product_lots_rec OUT NOCOPY gme_pending_product_lots%ROWTYPE);

2881: ,p_batch_header_rec IN gme_batch_header%ROWTYPE
2882: ,p_org_code IN VARCHAR2
2883: ,p_material_detail_rec IN gme_material_details%ROWTYPE
2884: ,p_pending_product_lots_rec IN gme_pending_product_lots%ROWTYPE
2885: ,x_pending_product_lots_rec OUT NOCOPY gme_pending_product_lots%ROWTYPE);
2886:
2887: /*#
2888: * Delete a pending product lot. Note that identification:
2889: * pending product lot id or a combination of keys must be provided.

Line 2940: ,p_pending_product_lots_rec IN gme_pending_product_lots%ROWTYPE);

2936: ,x_return_status OUT NOCOPY VARCHAR2
2937: ,p_batch_header_rec IN gme_batch_header%ROWTYPE
2938: ,p_org_code IN VARCHAR2
2939: ,p_material_detail_rec IN gme_material_details%ROWTYPE
2940: ,p_pending_product_lots_rec IN gme_pending_product_lots%ROWTYPE);
2941:
2942: /*#
2943: * Unrelease a batch. Note that identification is required:
2944: * p_batch_id or p_batch_no and p_org_code (batch_type is assumed to be batch)