DBA Data[Home] [Help]

APPS.AHL_FMP_MR_DOC_ASSO_PVT dependencies on STANDARD

Line 105: -- Standard Start of API savepoint

101:
102: -- Initialize API return status to success
103: x_return_status:=FND_API.G_RET_STS_SUCCESS ;
104:
105: -- Standard Start of API savepoint
106: SAVEPOINT process_association_pvt;
107:
108: -- Standard call to check for call compatibility.
109: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,

Line 108: -- Standard call to check for call compatibility.

104:
105: -- Standard Start of API savepoint
106: SAVEPOINT process_association_pvt;
107:
108: -- Standard call to check for call compatibility.
109: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
110: p_api_version,
111: l_api_name,G_PKG_NAME)
112: THEN

Line 311: -- Standard check for p_commit

307: END IF;
308: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
309: END IF;
310:
311: -- Standard check for p_commit
312: IF FND_API.To_Boolean (p_commit)
313: THEN
314: COMMIT;
315: END IF;