DBA Data[Home] [Help]

APPS.IEX_PAYMENTS_BATCH_PUB dependencies on STANDARD

Line 130: -- Standard start of API savepoint

126: BEGIN
127: debug('PROCESS_PAYMENTS: Start');
128: LOAD_DATES;
129:
130: -- Standard start of API savepoint
131: SAVEPOINT PROCESS_PAYMENTS_PVT;
132:
133: debug('PROCESS_PAYMENTS: Savepoint is established');
134:

Line 135: -- Standard call to check for call compatibility

131: SAVEPOINT PROCESS_PAYMENTS_PVT;
132:
133: debug('PROCESS_PAYMENTS: Savepoint is established');
134:
135: -- Standard call to check for call compatibility
136: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
137: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
138: END IF;
139:

Line 223: -- Standard check of p_commit.

219: end if;
220: debug('PROCESS_PAYMENTS: End of PROCESS_PAYMENTS body');
221: -- END OF BODY OF API
222:
223: -- Standard check of p_commit.
224: IF FND_API.To_Boolean( p_commit ) THEN
225: COMMIT WORK;
226: END IF;
227:

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

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