DBA Data[Home] [Help]

APPS.IEX_CREDIT_HOLD_API dependencies on STANDARD

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

33:
34: BEGIN
35: SAVEPOINT Update_Credit_Hold_PVT;
36:
37: -- Standard call to check for call compatibility.
38: IF NOT FND_API.Compatible_API_Call (l_api_version,
39: p_api_version,
40: l_api_name,
41: G_PKG_NAME) THEN

Line 92: -- Standard check for p_commit

88: end if;
89:
90: x_return_status := FND_API.G_RET_STS_SUCCESS;
91:
92: -- Standard check for p_commit
93: IF FND_API.to_Boolean( p_commit )
94: THEN
95: COMMIT WORK;
96: END IF;