DBA Data[Home] [Help]

APPS.GMO_DISPENSE_PVT dependencies on GME_COMMON_PVT

Line 66: x_dispense_data OUT NOCOPY GME_COMMON_PVT.reservations_tab);

62: -- Kiosk : End
63: /* Returns the material dispense data for group APIs. See group API
64: * comments for more details */
65: PROCEDURE GET_MATERIAL_DISPENSE_DATA(p_material_detail_id IN NUMBER,
66: x_dispense_data OUT NOCOPY GME_COMMON_PVT.reservations_tab);
67: /* Returns the last dispense ID for the given reservation */
68: FUNCTION GET_LATEST_DISPENSE_ID (p_batch_id IN NUMBER) RETURN NUMBER;
69: /* Return the last reverse dispense ID for the given dispense */
70: FUNCTION GET_LATEST_REVERSE_DISPENSE_ID (p_dispense_id IN NUMBER) RETURN NUMBER;