DBA Data[Home] [Help]

APPS.GMF_LAYERS dependencies on GMF_VIB

Line 209: GMF_VIB.Create_Batch_Requirements(

205: IF g_debug <= gme_debug.g_log_statement THEN
206: gme_debug.put_line ('creating batch requirements before creating VIB details');
207: END IF;
208: -- Create the requirements
209: GMF_VIB.Create_Batch_Requirements(
210: 1.0,
211: FND_API.G_FALSE,
212: p_tran_rec.transaction_source_id,
213: x_return_status,

Line 227: GMF_VIB.Create_VIB_Details (

223: gme_debug.put_line ('now calling Create_VIB_Details');
224: END IF;
225:
226: -- Now generate the VIB details for this product transaction.
227: GMF_VIB.Create_VIB_Details (
228: p_api_version,
229: p_init_msg_list,
230: p_tran_rec,
231: l_layer_rec,