DBA Data[Home] [Help]

APPS.AHL_FMP_MR_DOC_ASSO_PVT dependencies on STANDARD

Line 104: -- Standard Start of API savepoint

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

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

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

Line 310: -- Standard check for p_commit

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