DBA Data[Home] [Help]

APPS.GMO_VBATCH_TASK_PVT dependencies on GME_API_GRP

Line 112: ,x_mmt_cur OUT NOCOPY gme_api_grp.g_gmo_txns

108: procedure get_material_transactions(
109: p_organization_id IN NUMBER
110: ,p_batch_id IN NUMBER
111: ,p_material_detail_id IN NUMBER
112: ,x_mmt_cur OUT NOCOPY gme_api_grp.g_gmo_txns
113: ,x_return_status OUT NOCOPY VARCHAR2
114: ,x_message_count OUT NOCOPY NUMBER
115: ,x_message_data OUT NOCOPY VARCHAR2
116: );

Line 122: ,x_res_cur OUT NOCOPY gme_api_grp.g_gmo_resvns

118: procedure get_material_reservations(
119: p_organization_id IN NUMBER
120: ,p_batch_id IN NUMBER
121: ,p_material_detail_id IN NUMBER
122: ,x_res_cur OUT NOCOPY gme_api_grp.g_gmo_resvns
123: ,x_return_status OUT NOCOPY VARCHAR2
124: ,x_message_count OUT NOCOPY NUMBER
125: ,x_message_data OUT NOCOPY VARCHAR2
126: );

Line 132: ,x_pplot_cur OUT NOCOPY gme_api_grp.g_gmo_pplots

128: procedure get_material_pplots(
129: p_organization_id IN NUMBER
130: ,p_batch_id IN NUMBER
131: ,p_material_detail_id IN NUMBER
132: ,x_pplot_cur OUT NOCOPY gme_api_grp.g_gmo_pplots
133: ,x_return_status OUT NOCOPY VARCHAR2
134: ,x_message_count OUT NOCOPY NUMBER
135: ,x_message_data OUT NOCOPY VARCHAR2
136: );

Line 140: ,x_lt_cur OUT NOCOPY gme_api_grp.g_gmo_lot_txns

136: );
137:
138: procedure get_lot_transactions(
139: p_transaction_id IN NUMBER
140: ,x_lt_cur OUT NOCOPY gme_api_grp.g_gmo_lot_txns
141: ,x_return_status OUT NOCOPY VARCHAR2
142: ,x_message_count OUT NOCOPY NUMBER
143: ,x_message_data OUT NOCOPY VARCHAR2
144: );