DBA Data[Home] [Help]

APPS.IEX_WF_DEL_CUR_STATUS_NOTE_PUB dependencies on STANDARD

Line 62: -- Standard Start of API savepoint

58: v_ban_sql varchar2(2000) ;
59: v_end_sql varchar2(2000) ;
60:
61: BEGIN
62: -- Standard Start of API savepoint
63: -- SAVEPOINT START_WORKFLOW;
64:
65: -- Standard call to check for call compatibility.
66: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

61: BEGIN
62: -- Standard Start of API savepoint
63: -- SAVEPOINT START_WORKFLOW;
64:
65: -- Standard call to check for call compatibility.
66: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
67: p_api_version,
68: l_api_name,
69: G_PKG_NAME)

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

532: CLOSE v_del_notification_cur ;
533: END LOOP ;
534:
535:
536: -- Standard call to get message count and if count is 1, get message info.
537: FND_MSG_PUB.Count_And_Get
538: ( p_count => x_msg_count,
539: p_data => x_msg_data );
540: