DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_PVT dependencies on GME_COMMON_PVT

Line 10: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

6: PROCEDURE release_batch
7: (p_batch_header_rec IN gme_batch_header%ROWTYPE
8: ,p_phantom_product_id IN NUMBER DEFAULT NULL
9: ,p_yield IN BOOLEAN DEFAULT NULL
10: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
11: ,x_batch_header_rec OUT NOCOPY gme_batch_header%ROWTYPE
12: ,x_return_status OUT NOCOPY VARCHAR2);
13:
14: PROCEDURE process_ingredient

Line 19: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

15: (p_material_detail_rec IN gme_material_details%ROWTYPE
16: ,p_consume IN BOOLEAN
17: ,p_trans_date IN DATE
18: ,p_update_inv_ind IN VARCHAR2
19: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
20: ,x_return_status OUT NOCOPY VARCHAR2);
21:
22: PROCEDURE consume_material(p_material_dtl_rec IN gme_material_details%ROWTYPE
23: ,p_consume_qty IN NUMBER := NULL

Line 26: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

22: PROCEDURE consume_material(p_material_dtl_rec IN gme_material_details%ROWTYPE
23: ,p_consume_qty IN NUMBER := NULL
24: ,p_trans_date IN DATE := NULL
25: ,p_item_rec IN mtl_system_items_b%ROWTYPE
26: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
27: ,x_actual_qty OUT NOCOPY NUMBER
28: ,x_return_status OUT NOCOPY VARCHAR2);
29: PROCEDURE build_and_create_transaction
30: (p_rsrv_rec IN mtl_reservations%ROWTYPE

Line 49: ,x_mmli_tbl OUT NOCOPY gme_common_pvt.mtl_trans_lots_inter_tbl

45:
46: PROCEDURE constr_mmti_from_reservation
47: (p_rsrv_rec IN mtl_reservations%ROWTYPE
48: ,x_mmti_rec OUT NOCOPY mtl_transactions_interface%ROWTYPE
49: ,x_mmli_tbl OUT NOCOPY gme_common_pvt.mtl_trans_lots_inter_tbl
50: ,x_return_status OUT NOCOPY VARCHAR2);
51:
52: PROCEDURE constr_mmti_from_qty_tree
53: (p_mtl_dtl_rec IN gme_material_details%ROWTYPE

Line 66: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

62: ,p_pending_rsrv_ind IN BOOLEAN := NULL
63: ,p_transacted_qty IN NUMBER := NULL
64: ,p_exception_qty IN NUMBER := NULL
65: ,p_force_unconsumed IN VARCHAR2 := fnd_api.g_true
66: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
67: ,x_return_status OUT NOCOPY VARCHAR2);
68:
69: PROCEDURE check_unexploded_phantom(p_batch_id IN NUMBER
70: ,p_auto_by_step IN NUMBER