DBA Data[Home] [Help]

APPS.IEM_MGINBOX_PUB dependencies on STANDARD

Line 88: -- Standard Start of API savepoint

84: BEGIN
85: l_userid := NVL(to_number(FND_PROFILE.VALUE('USER_ID')), -1);
86: l_loginid := NVL(to_number(FND_PROFILE.VALUE('LOGIN_ID')), -1);
87:
88: -- Standard Start of API savepoint
89: SAVEPOINT runInbox_pvt;
90:
91: -- Initialize variables
92: l_api_name :='runInbox';

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

92: l_api_name :='runInbox';
93: l_api_version_number :=1.0;
94:
95:
96: -- Standard call to check for call compatibility.
97: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
98: 1.0,
99: l_api_name,
100: G_PKG_NAME)

Line 370: -- Standard Check Of p_commit.

366: end if; -- rerun draft
367: end if; -- check rerun
368:
369: -------------------End Code------------------------
370: -- Standard Check Of p_commit.
371: IF FND_API.To_Boolean(p_commit) THEN
372: COMMIT WORK;
373: END IF;
374: -- Standard callto get message count and if count is 1, get message info.

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

370: -- Standard Check Of p_commit.
371: IF FND_API.To_Boolean(p_commit) THEN
372: COMMIT WORK;
373: END IF;
374: -- Standard callto get message count and if count is 1, get message info.
375: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_TRUE,
376: p_count => x_msg_count,
377: p_data => x_msg_data
378: );