DBA Data[Home] [Help]

APPS.IBU_ALERT_BIN dependencies on STANDARD

Line 225: -- Standard check of p_commit.

221: dbms_lob.freetemporary(res_clob);
222:
223: -- End of API Body
224:
225: -- Standard check of p_commit.
226: IF FND_API.To_Boolean( p_commit ) THEN
227: COMMIT WORK;
228: END IF;
229: -- Standard call to get message count and if count is 1, get message info.

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

225: -- Standard check of p_commit.
226: IF FND_API.To_Boolean( p_commit ) THEN
227: COMMIT WORK;
228: END IF;
229: -- Standard call to get message count and if count is 1, get message info.
230: FND_MSG_PUB.Count_And_Get
231: (p_count => x_msg_count ,
232: p_data => x_msg_data
233: );

Line 693: -- Standard check of p_commit.

689: dbms_lob.freetemporary(res_clob);
690:
691: -- End of API Body
692:
693: -- Standard check of p_commit.
694: IF FND_API.To_Boolean( p_commit ) THEN
695: COMMIT WORK;
696: END IF;
697: -- Standard call to get message count and if count is 1, get message info.

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

693: -- Standard check of p_commit.
694: IF FND_API.To_Boolean( p_commit ) THEN
695: COMMIT WORK;
696: END IF;
697: -- Standard call to get message count and if count is 1, get message info.
698: FND_MSG_PUB.Count_And_Get
699: (p_count => x_msg_count ,
700: p_data => x_msg_data
701: );