DBA Data[Home] [Help]

APPS.GMF_LAYERS dependencies on GMF_VIB

Line 215: GMF_VIB.Create_Batch_Requirements(

211: IF g_debug <= gme_debug.g_log_statement THEN
212: gme_debug.put_line ('creating batch requirements before creating VIB details');
213: END IF;
214: -- Create the requirements
215: GMF_VIB.Create_Batch_Requirements(
216: 1.0,
217: FND_API.G_FALSE,
218: p_tran_rec.transaction_source_id,
219: x_return_status,

Line 238: GMF_VIB.Create_VIB_Details (

234: -- PK B 15888374 Added check on p_Create_vib before calling Create_VIB_Details
235:
236: IF NVL(p_Create_vib, 'Y') = 'Y' THEN
237:
238: GMF_VIB.Create_VIB_Details (
239: p_api_version,
240: p_init_msg_list,
241: p_tran_rec,
242: l_layer_rec,

Line 2151: GMF_VIB.Finalize_VIB_Details(

2147: BEGIN
2148: x_msg_count := 0;
2149: x_return_status := 0;
2150:
2151: GMF_VIB.Finalize_VIB_Details(
2152: 1.0,
2153: FND_API.G_FALSE,
2154: cls.batch_id,
2155: x_return_status,