DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_STEP_PVT dependencies on GME_COMMON_PVT

Line 8: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

4: PROCEDURE complete_step
5: (p_batch_step_rec IN GME_BATCH_STEPS%ROWTYPE
6: ,p_batch_header_rec IN gme_batch_header%ROWTYPE
7: ,x_batch_step_rec OUT NOCOPY GME_BATCH_STEPS%ROWTYPE
8: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
9: ,x_return_status OUT NOCOPY VARCHAR2);
10:
11: PROCEDURE complete_step_recursive
12: (p_batch_step_rec IN gme_batch_steps%ROWTYPE

Line 15: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

11: PROCEDURE complete_step_recursive
12: (p_batch_step_rec IN gme_batch_steps%ROWTYPE
13: ,p_batch_header_rec IN gme_batch_header%ROWTYPE
14: ,x_batch_step_rec OUT NOCOPY gme_batch_steps%ROWTYPE
15: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
16: ,x_return_status OUT NOCOPY VARCHAR2
17: , p_quality_override IN BOOLEAN := FALSE); --Bug#6348353
18:
19: PROCEDURE complete_step_line

Line 22: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

18:
19: PROCEDURE complete_step_line
20: (p_batch_step_rec IN gme_batch_steps%ROWTYPE
21: ,x_batch_step_rec OUT NOCOPY gme_batch_steps%ROWTYPE
22: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
23: ,x_return_status OUT NOCOPY VARCHAR2);
24:
25: PROCEDURE complete_step_material
26: (p_batch_step_rec IN gme_batch_steps%ROWTYPE

Line 28: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab

24:
25: PROCEDURE complete_step_material
26: (p_batch_step_rec IN gme_batch_steps%ROWTYPE
27: ,p_update_inv_ind IN VARCHAR2
28: ,x_exception_material_tbl IN OUT NOCOPY gme_common_pvt.exceptions_tab
29: ,x_return_status OUT NOCOPY VARCHAR2);
30:
31: PROCEDURE validate_step_for_complete (p_batch_header_rec IN gme_batch_header%ROWTYPE
32: ,p_batch_step_rec IN gme_batch_steps%ROWTYPE