DBA Data[Home] [Help]

APPS.JTF_RS_SALESREPS_PUB dependencies on STANDARD

Line 247: /* Standard call to get message count and if count is 1, get message info. */

243: IF fnd_api.to_Boolean(p_commit) THEN
244: COMMIT WORK;
245: END IF;
246:
247: /* Standard call to get message count and if count is 1, get message info. */
248: FND_MSG_PUB.Count_And_Get
249: (p_count => x_msg_count,
250: p_data => x_msg_data
251: );

Line 535: /* Standard call to get message count and if count is 1, get message info. */

531: IF fnd_api.to_Boolean(p_commit) THEN
532: COMMIT WORK;
533: END IF;
534:
535: /* Standard call to get message count and if count is 1, get message info. */
536: FND_MSG_PUB.Count_And_Get
537: (p_count => x_msg_count,
538: p_data => x_msg_data
539: );