DBA Data[Home] [Help]

APPS.IEX_SEND_XML_PVT dependencies on STANDARD

Line 115: -- Standard Start of API savepoint

111: l_no_terr number;
112:
113: BEGIN
114:
115: -- Standard Start of API savepoint
116: SAVEPOINT SEND_COPY_PUB;
117:
118: l_party_id := p_party_id;
119: l_user_id := p_user_id;

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

121:
122: WriteLog(l_msg || 'Start...');
123:
124:
125: -- Standard call to check for call compatibility.
126: IF NOT FND_API.Compatible_API_Call ( l_api_version,
127: p_api_version_number,
128: l_api_name,
129: G_PKG_NAME )

Line 473: -- Standard check for p_commit

469: --
470: -- END of API body
471: --
472:
473: -- Standard check for p_commit
474: /* IF FND_API.to_Boolean( p_commit )
475: THEN
476: COMMIT WORK;
477: END IF;

Line 481: -- Standard call to get message count and IF count is 1, get message info.

477: END IF;
478: */
479: COMMIT WORK;
480:
481: -- Standard call to get message count and IF count is 1, get message info.
482: FND_MSG_PUB.Count_And_Get
483: ( p_count => x_msg_count,
484: p_data => x_msg_data );
485: