DBA Data[Home] [Help]

APPS.PRP_IH_EMAIL_PVT dependencies on STANDARD

Line 94: -- Standard Start of API savepoint

90: AND HPR.OBJECT_ID = l_object_id;
91:
92: BEGIN
93:
94: -- Standard Start of API savepoint
95: SAVEPOINT CREATE_EMAIL_IH_PVT;
96:
97: -- Standard call to check for call compatibility.
98: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

93:
94: -- Standard Start of API savepoint
95: SAVEPOINT CREATE_EMAIL_IH_PVT;
96:
97: -- Standard call to check for call compatibility.
98: IF NOT FND_API.Compatible_API_Call(l_api_version,
99: p_api_version,
100: l_api_name,
101: G_PKG_NAME)

Line 360: -- Standard check of p_commit.

356: ELSE
357: RAISE FND_API.G_EXC_ERROR;
358: END IF;
359:
360: -- Standard check of p_commit.
361: IF (FND_API.To_Boolean(p_commit)) THEN
362: COMMIT WORK;
363: END IF;
364:

Line 365: -- Standard call to get message count and if count is 1, get message info.

361: IF (FND_API.To_Boolean(p_commit)) THEN
362: COMMIT WORK;
363: END IF;
364:
365: -- Standard call to get message count and if count is 1, get message info.
366: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
367: p_data => x_msg_data,
368: p_encoded => 'F');
369: