DBA Data[Home] [Help]

APPS.IEX_PAYMENTS_PUB dependencies on STANDARD

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

732: /* AR processing */
733: BEGIN
734: SAVEPOINT CREATE_AR_PAYMENT_PVT1;
735:
736: -- Standard call to check for call compatibility
737: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
738: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
739:
740: END IF;

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

1724:
1725: /* commit note creation */
1726: COMMIT WORK;
1727: x_return_status := FND_API.G_RET_STS_SUCCESS;
1728: -- Standard call to get message count and if count is 1, get message info
1729: FND_MSG_PUB.Count_And_Get(
1730: p_encoded => FND_API.G_FALSE,
1731: p_count => x_msg_count,
1732: p_data => x_msg_data);

Line 1857: -- First part of API: standard checking, iPayment processing

1853:
1854: /* Begin - Bug428444 -- varangan -- remove this comment while implementing OKL payment in R12 codeline
1855:
1856:
1857: -- First part of API: standard checking, iPayment processing
1858: BEGIN
1859: -- First part of API savepoint
1860: SAVEPOINT CREATE_OKL_PAYMENT_PVT1;
1861:

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

1858: BEGIN
1859: -- First part of API savepoint
1860: SAVEPOINT CREATE_OKL_PAYMENT_PVT1;
1861:
1862: -- Standard call to check for call compatibility
1863: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1864: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1865: END IF;
1866:

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

2799:
2800: -- commit third part of API: note creation
2801: COMMIT WORK;
2802: x_return_status := FND_API.G_RET_STS_SUCCESS;
2803: -- Standard call to get message count and if count is 1, get message info
2804: FND_MSG_PUB.Count_And_Get(
2805: p_encoded => FND_API.G_FALSE,
2806: p_count => x_msg_count,
2807: p_data => x_msg_data);