DBA Data[Home] [Help]

APPS.FUN_TRX_PUB dependencies on STANDARD

Line 180: -- Standard Start of API savepoint

176: l_old_batch_rec := p_batch_rec;
177: l_old_trx_tbl := p_trx_tbl;
178: l_old_init_dist_tbl := p_init_dist_tbl;
179: l_old_dist_lines_tbl := p_dist_lines_tbl;
180: -- Standard Start of API savepoint
181:
182: SAVEPOINT Fun_Trx_Val_And_Insert_PUB;
183:
184: Print('Val and Insert >>>>'||'API Compatibilty Check');

Line 185: -- Standard Call to check for API compatibility

181:
182: SAVEPOINT Fun_Trx_Val_And_Insert_PUB;
183:
184: Print('Val and Insert >>>>'||'API Compatibilty Check');
185: -- Standard Call to check for API compatibility
186: IF NOT FND_API.Compatible_API_Call (l_api_version,
187: p_api_version,
188: l_api_name,
189: G_PKG_NAME)

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

1298: IF FND_API.To_Boolean( nvl(p_commit,FND_API.G_FALSE) ) THEN
1299: COMMIT WORK;
1300: END IF;
1301:
1302: -- Standard call to get message count and if count is 1, get message info.
1303: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1304: p_data => x_msg_data);
1305: Print('Val and Insert >>>>'||'End of the API');
1306: