DBA Data[Home] [Help]

APPS.GMO_VBATCH_TASK_PVT dependencies on GME_API_GRP

Line 110: ,x_mmt_cur OUT NOCOPY gme_api_grp.g_gmo_txns

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

Line 120: ,x_res_cur OUT NOCOPY gme_api_grp.g_gmo_resvns

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

Line 130: ,x_pplot_cur OUT NOCOPY gme_api_grp.g_gmo_pplots

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

Line 138: ,x_lt_cur OUT NOCOPY gme_api_grp.g_gmo_lot_txns

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