DBA Data[Home] [Help]

APPS.GMI_VALIDATE_ALLOCATION_PVT dependencies on GMI_AUTO_ALLOCATE_PUB

Line 17: | p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec |

13: | DESCRIPTION |
14: | Used to ensure that mandatory input parameters have been supplied |
15: | |
16: | PARAMETERS |
17: | p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec |
18: | x_ic_item_mst_rec OUT ic_item_mst%ROWTYPE |
19: | x_ic_whse_mst_rec OUT ic_whse_mst%ROWTYPE |
20: | x_allocation_rec OUT GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec |
21: | x_return_status OUT VARCHAR2 |

Line 20: | x_allocation_rec OUT GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec |

16: | PARAMETERS |
17: | p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec |
18: | x_ic_item_mst_rec OUT ic_item_mst%ROWTYPE |
19: | x_ic_whse_mst_rec OUT ic_whse_mst%ROWTYPE |
20: | x_allocation_rec OUT GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec |
21: | x_return_status OUT VARCHAR2 |
22: | x_msg_count OUT NUMBER |
23: | x_msg_data OUT VARCHAR2 |
24: | |

Line 31: ( p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec

27: +=========================================================================+
28: Proc end of comments
29: */
30: PROCEDURE VALIDATE_INPUT_PARMS
31: ( p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec
32: , x_ic_item_mst_rec OUT NOCOPY ic_item_mst%ROWTYPE
33: , x_ic_whse_mst_rec OUT NOCOPY ic_whse_mst%ROWTYPE
34: , x_allocation_rec OUT NOCOPY GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec
35: , x_return_status OUT NOCOPY VARCHAR2

Line 34: , x_allocation_rec OUT NOCOPY GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec

30: PROCEDURE VALIDATE_INPUT_PARMS
31: ( p_allocation_rec IN GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec
32: , x_ic_item_mst_rec OUT NOCOPY ic_item_mst%ROWTYPE
33: , x_ic_whse_mst_rec OUT NOCOPY ic_whse_mst%ROWTYPE
34: , x_allocation_rec OUT NOCOPY GMI_AUTO_ALLOCATE_PUB.gmi_allocation_rec
35: , x_return_status OUT NOCOPY VARCHAR2
36: , x_msg_count OUT NOCOPY NUMBER
37: , x_msg_data OUT NOCOPY VARCHAR2
38: )