DBA Data[Home] [Help]

APPS.GME_PENDING_PRODUCT_LOTS_PVT dependencies on GME_COMMON_PVT

Line 14: ,x_pending_product_lot_tbl OUT NOCOPY gme_common_pvt.pending_lots_tab);

10:
11: PROCEDURE get_pending_lot
12: (p_material_detail_id IN NUMBER
13: ,x_return_status OUT NOCOPY VARCHAR2
14: ,x_pending_product_lot_tbl OUT NOCOPY gme_common_pvt.pending_lots_tab);
15:
16: PROCEDURE relieve_pending_lot
17: (p_pending_lot_id IN NUMBER
18: ,p_quantity IN NUMBER

Line 26: ,p_mmli_tbl IN gme_common_pvt.mtl_trans_lots_inter_tbl

22: PROCEDURE create_product_lot
23: (p_organization_id IN NUMBER
24: ,p_inventory_item_id IN NUMBER
25: ,p_parent_lot IN mtl_lot_numbers.lot_number%TYPE := NULL
26: ,p_mmli_tbl IN gme_common_pvt.mtl_trans_lots_inter_tbl
27: ,p_generate_lot IN VARCHAR2
28: ,p_generate_parent_lot IN VARCHAR2
29: /* nsinghi bug#4486074 Added the p_expiration_Date parameter. */
30: ,p_expiration_date IN mtl_lot_numbers.expiration_date%TYPE := NULL

Line 31: ,x_mmli_tbl OUT NOCOPY gme_common_pvt.mtl_trans_lots_inter_tbl

27: ,p_generate_lot IN VARCHAR2
28: ,p_generate_parent_lot IN VARCHAR2
29: /* nsinghi bug#4486074 Added the p_expiration_Date parameter. */
30: ,p_expiration_date IN mtl_lot_numbers.expiration_date%TYPE := NULL
31: ,x_mmli_tbl OUT NOCOPY gme_common_pvt.mtl_trans_lots_inter_tbl
32: ,x_return_status OUT NOCOPY VARCHAR2);
33:
34: PROCEDURE create_pending_product_lot
35: (p_pending_product_lots_rec IN gme_pending_product_lots%ROWTYPE