DBA Data[Home] [Help]

APPS.FUN_TRX_PVT dependencies on STANDARD

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

1304: l_invoicing_rule VARCHAR(1);
1305: l_creation_sign number;
1306: BEGIN
1307: l_local := 'Y';
1308: -- Standard call to check for call compatibility.
1309: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1310: p_api_version,
1311: l_api_name,
1312: G_PKG_NAME )

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

1564: END IF;
1565:
1566: Debug('INIT_BATCH_VALIDATE(-)');
1567: -- End of API body.
1568: -- Standard call to get message count and if count is 1, get message info.
1569: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1570: p_data => x_msg_data);
1571: EXCEPTION
1572: WHEN FND_API.G_EXC_ERROR THEN

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

1609: default_currency_code VARCHAR2(15) := fun_system_options_pkg.get_default_currency();
1610: BEGIN
1611: l_local := 'Y';
1612:
1613: -- Standard call to check for call compatibility.
1614: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1615: p_api_version,
1616: l_api_name,
1617: G_PKG_NAME )

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

1768: END IF;
1769:
1770: Debug('INIT_TRX_VALIDATE(-)');
1771: -- End of API body.
1772: -- Standard call to get message count and if count is 1, get message info.
1773: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1774: p_data => x_msg_data);
1775: EXCEPTION
1776: WHEN FND_API.G_EXC_ERROR THEN

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

1803: ) IS
1804: l_api_name CONSTANT VARCHAR2(30) := 'INIT_DIST_VALIDATE';
1805: l_api_version CONSTANT NUMBER := 1.0;
1806: BEGIN
1807: -- Standard call to check for call compatibility.
1808: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1809: p_api_version,
1810: l_api_name,
1811: G_PKG_NAME )

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

1872: END IF;
1873: --END IF;
1874: Debug('INIT_DIST_VALIDATE(-)');
1875: -- End of API body.
1876: -- Standard call to get message count and if count is 1, get message info.
1877: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
1878: p_data => x_msg_data);
1879:
1880: EXCEPTION

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

1910: ) IS
1911: l_api_name CONSTANT VARCHAR2(30) := 'INIT_IC_DIST_VALIDATE';
1912: l_api_version CONSTANT NUMBER := 1.0;
1913: BEGIN
1914: -- Standard call to check for call compatibility.
1915: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1916: p_api_version,
1917: l_api_name ,
1918: G_PKG_NAME )

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

2028: END IF;
2029: --END IF;
2030: Debug('INIT_IC_DIST_VALIDATE(-)');
2031: -- End of API body.
2032: -- Standard call to get message count and if count is 1, get message info.
2033:
2034: Print ('Debug Init_Dist_Val >>> x_msg_count' || x_msg_count );
2035: Print ('Debug Init_Dist_Val >>> x_msg_data' || x_msg_data );
2036: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,

Line 3151: -- Standard Start of API savepoint

3147: SELECT status
3148: FROM fun_trx_headers
3149: WHERE trx_id = p_trx_id FOR UPDATE;
3150: BEGIN
3151: -- Standard Start of API savepoint
3152: SAVEPOINT Update_Trx_Status;
3153:
3154: -- Standard call to check for call compatibility.
3155: IF NOT FND_API.Compatible_API_Call ( l_api_version,

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

3150: BEGIN
3151: -- Standard Start of API savepoint
3152: SAVEPOINT Update_Trx_Status;
3153:
3154: -- Standard call to check for call compatibility.
3155: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3156: p_api_version,
3157: l_api_name,
3158: G_PKG_NAME )

Line 3236: -- Standard check of p_commit.

3232: AND status NOT IN ('COMPLETE','REJECTED'));
3233:
3234:
3235: END IF;
3236: -- Standard check of p_commit.
3237: IF FND_API.To_Boolean( nvl(p_commit,FND_API.G_FALSE) ) THEN
3238: COMMIT WORK;
3239: END IF;
3240: ELSE

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

3245: Set_Return_Status(x_orig_status => x_return_status,
3246: p_new_status => FND_API.G_RET_STS_ERROR);
3247: END IF;
3248:
3249: -- Standard call to get message count and if count is 1, get message info.
3250: FND_MSG_PUB.Count_And_Get( p_count => x_msg_count, p_data => x_msg_data);
3251: Debug('UPDATE_TRX_STATUS(-)');
3252: EXCEPTION
3253: WHEN FND_API.G_EXC_ERROR THEN

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

3453: l_count NUMBER;
3454: l_index NUMBER := 0;
3455: i NUMBER := 1;
3456: BEGIN
3457: -- Standard call to check for call compatibility.
3458: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3459: p_api_version,
3460: l_api_name,
3461: G_PKG_NAME )

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

3531: END IF;
3532: END IF;
3533: Debug('RECIPIENT_VALIDATE(-)');
3534: -- End of API body.
3535: -- Standard call to get message count and if count is 1, get message info.
3536: FND_MSG_PUB.Count_And_Get
3537: ( p_count => x_msg_count,
3538: p_data => x_msg_data
3539: );

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

3745: l_count NUMBER;
3746: l_index NUMBER := 0;
3747: i NUMBER := 1;
3748: BEGIN
3749: -- Standard call to check for call compatibility.
3750: IF NOT FND_API.Compatible_API_Call ( l_api_version,
3751: p_api_version,
3752: l_api_name,
3753: G_PKG_NAME )

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

3808: END IF;
3809: END IF;
3810: Debug('RECIPIENT_VALIDATE(-)');
3811: -- End of API body.
3812: -- Standard call to get message count and if count is 1, get message info.
3813: FND_MSG_PUB.Count_And_Get
3814: ( p_count => x_msg_count,
3815: p_data => x_msg_data
3816: );

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

4050: l_line_id NUMBER;
4051: l_sign NUMBER := 1;
4052:
4053: BEGIN
4054: -- Standard call to check for call compatibility.
4055: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4056: p_api_version,
4057: l_api_name,
4058: G_PKG_NAME )

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

4164: END LOOP; -- recipient
4165:
4166: Debug('INIT_GENERATE_DISTRIBUTIONS(-)');
4167: -- End of API body.
4168: -- Standard call to get message count and if count is 1, get message info.
4169: FND_MSG_PUB.Count_And_Get
4170: ( p_count => x_msg_count,
4171: p_data => x_msg_data
4172: );

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

4368: AND glps.adjustment_period_flag <> 'Y'
4369: AND glps.closing_status IN ('O','F');
4370:
4371: BEGIN
4372: -- Standard call to check for call compatibility.
4373: IF NOT FND_API.Compatible_API_Call ( l_api_version,
4374: p_api_version,
4375: l_api_name,
4376: G_PKG_NAME )

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

4439: Set_Return_Status(x_orig_status => x_return_status, p_new_status => l_return_status);
4440:
4441: Debug('AR_TRANSFER_VALIDATE(-)');
4442: -- End of API body.
4443: -- Standard call to get message count and if count is 1, get message info.
4444: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
4445: p_data => x_msg_data);
4446: EXCEPTION
4447: WHEN FND_API.G_EXC_ERROR THEN