DBA Data[Home] [Help]

APPS.IEM_MGINBOX_PUB dependencies on STANDARD

Line 81: -- Standard Start of API savepoint

77: BEGIN
78: l_userid := NVL(to_number(FND_PROFILE.VALUE('USER_ID')), -1);
79: l_loginid := NVL(to_number(FND_PROFILE.VALUE('LOGIN_ID')), -1);
80:
81: -- Standard Start of API savepoint
82: SAVEPOINT runInbox_pvt;
83:
84: -- Initialize variables
85: l_api_name :='runInbox';

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

85: l_api_name :='runInbox';
86: l_api_version_number :=1.0;
87:
88:
89: -- Standard call to check for call compatibility.
90: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
91: 1.0,
92: l_api_name,
93: G_PKG_NAME)

Line 346: -- Standard Check Of p_commit.

342: end if; -- rerun draft
343: end if; -- check rerun
344:
345: -------------------End Code------------------------
346: -- Standard Check Of p_commit.
347: IF FND_API.To_Boolean(p_commit) THEN
348: COMMIT WORK;
349: END IF;
350: -- Standard callto get message count and if count is 1, get message info.

Line 350: -- Standard callto get message count and if count is 1, get message info.

346: -- Standard Check Of p_commit.
347: IF FND_API.To_Boolean(p_commit) THEN
348: COMMIT WORK;
349: END IF;
350: -- Standard callto get message count and if count is 1, get message info.
351: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_TRUE,
352: p_count => x_msg_count,
353: p_data => x_msg_data
354: );