DBA Data[Home] [Help]

APPS.CN_NOTIFICATION_PUB dependencies on STANDARD

Line 146: -- Standard Start of API savepoint

142: --+
143: l_OAI_array JTF_USR_HKS.oai_data_array_type;
144:
145: BEGIN
146: -- Standard Start of API savepoint
147: SAVEPOINT Create_Notification;
148: --+
149: -- Standard call to check for call compatibility.
150: --+

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

145: BEGIN
146: -- Standard Start of API savepoint
147: SAVEPOINT Create_Notification;
148: --+
149: -- Standard call to check for call compatibility.
150: --+
151: IF NOT FND_API.Compatible_API_Call ( l_api_version,
152: p_api_version,
153: l_api_name,

Line 448: -- Standard check of p_commit.

444: END IF;
445: END IF; --message generation section
446:
447:
448: -- Standard check of p_commit.
449: IF FND_API.To_Boolean( p_commit )
450: THEN
451: COMMIT WORK;
452: END IF;

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

450: THEN
451: COMMIT WORK;
452: END IF;
453:
454: -- Standard call to get message count and if count is 1, get message info.
455: FND_MSG_PUB.Count_And_Get
456: (p_count => x_msg_count,
457: p_data => x_msg_data
458: );