DBA Data[Home] [Help]

APPS.GME_RESOURCE_ENGINE_PVT dependencies on GMF_VIB

Line 1223: GMF_VIB.Update_Batch_Requirements

1219: --
1220: -- Bug 5903208 - Make call to GMF for actual costing data recording
1221: --
1222: IF p_action_code = 'INSERT' THEN
1223: GMF_VIB.Update_Batch_Requirements
1224: ( p_api_version => 1.0,
1225: p_init_msg_list => FND_API.G_FALSE,
1226: p_batch_id => l_batch_header.batch_id,
1227: x_return_status => l_return_status,

Line 1258: GMF_VIB.Update_Batch_Requirements

1254: END IF;
1255:
1256: -- Bug 5043868 - Make call to GMF for actual costing data
1257: -- recording when deleting a resource from the form or api.
1258: GMF_VIB.Update_Batch_Requirements
1259: ( p_api_version => 1.0,
1260: p_init_msg_list => FND_API.G_FALSE,
1261: p_batch_id => l_batch_header.batch_id,
1262: x_return_status => l_return_status,