DBA Data[Home] [Help]

APPS.GME_INCREMENTAL_BACKFLUSH_PVT dependencies on GME_COMMON_PVT

Line 11: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

7: ,p_qty IN NUMBER
8: ,p_qty_type IN NUMBER
9: ,p_trans_date IN DATE
10: ,p_backflush_rsrc_usg_ind IN NUMBER
11: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
12: ,x_return_status OUT NOCOPY VARCHAR2);
13:
14: PROCEDURE derive_factor
15: (p_material_detail_rec IN gme_material_details%ROWTYPE

Line 35: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

31: ,p_lot_control_code IN NUMBER -- 1 = not lot control; 2 = lot control
32: ,p_create_resv_pend_lots IN NUMBER
33: ,p_lot_divisible_flag IN VARCHAR2
34: ,x_actual_qty OUT NOCOPY NUMBER
35: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
36: ,x_return_status OUT NOCOPY VARCHAR2);
37:
38: PROCEDURE validate_material_for_IB(p_material_detail_rec IN gme_material_details%ROWTYPE
39: ,p_batch_header_rec IN gme_batch_header%ROWTYPE