DBA Data[Home] [Help]

APPS.GMF_ALLOCATIONDEFINITION_PUB dependencies on GMF_ALLOCATIONDEFINITION_PVT

Line 251: GMF_AllocationDefinition_PVT.Create_Allocation_Definition

247: IF FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW >= G_Debug_Level THEN -- Bug 2659435
248: log_msg('Calling private API to insert record.');
249: END IF;
250:
251: GMF_AllocationDefinition_PVT.Create_Allocation_Definition
252: ( p_api_version => 3.0
253: , p_init_msg_list => FND_API.G_FALSE
254: , p_commit => FND_API.G_FALSE
255:

Line 501: GMF_AllocationDefinition_PVT.Update_Allocation_Definition

497: log_msg('Updating record for alloc_id : ' ||
498: l_alloc_def_rec.alloc_id || ' line_no : ' || l_alloc_def_rec.line_no);
499: END IF;
500:
501: GMF_AllocationDefinition_PVT.Update_Allocation_Definition
502: ( p_api_version => 3.0
503: , p_init_msg_list => FND_API.G_FALSE
504: , p_commit => FND_API.G_FALSE
505:

Line 838: GMF_AllocationDefinition_PVT.Update_Allocation_Definition

834: log_msg('deleteing record for alloc_id : ' ||
835: l_alloc_def_rec.alloc_id ||' line_no : ' || l_alloc_def_rec.line_no);
836: END IF;
837:
838: GMF_AllocationDefinition_PVT.Update_Allocation_Definition
839: ( p_api_version => 3.0
840: , p_init_msg_list => FND_API.G_FALSE
841: , p_commit => FND_API.G_FALSE
842: