DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on STANDARD

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

480: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
481: print_debuginfo(l_module_name, 'ENTER');
482:
483: END IF;
484: -- Standard call to check for call compatibility.
485: IF NOT FND_API.Compatible_API_Call(l_api_version,
486: p_api_version,
487: l_api_name,
488: G_PKG_NAME) THEN

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

753: END IF;
754:
755: /* Bug Number: 8752267
756: */
757: -- Standard call to get message count and if count is 1, get message info.
758: FND_MSG_PUB.Count_And_Get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
759:
760:
761: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN

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

1540: END IF;
1541:
1542: SAVEPOINT Validate_External_Payee_pub;
1543:
1544: -- Standard call to check for call compatibility.
1545: IF NOT FND_API.Compatible_API_Call(l_api_version,
1546: p_api_version,
1547: l_api_name,
1548: G_PKG_NAME) THEN

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

1872: BEGIN
1873:
1874: SAVEPOINT Create_Temp_Ext_Bank_Acct_pub;
1875:
1876: -- Standard call to check for call compatibility.
1877: IF NOT FND_API.Compatible_API_Call(l_api_version,
1878: p_api_version,
1879: l_api_name,
1880: G_PKG_NAME) THEN

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

2116: print_debuginfo(l_module_name, 'ENTER');
2117: END IF;
2118: SAVEPOINT Create_Temp_Ext_Bank_Acct_pub;
2119:
2120: -- Standard call to check for call compatibility.
2121: IF NOT FND_API.Compatible_API_Call(l_api_version,
2122: p_api_version,
2123: l_api_name,
2124: G_PKG_NAME) THEN

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

2547: BEGIN
2548:
2549: SAVEPOINT Val_Temp_Ext_Bank_Acct_pub;
2550:
2551: -- Standard call to check for call compatibility.
2552: IF NOT FND_API.Compatible_API_Call(l_api_version,
2553: p_api_version,
2554: l_api_name,
2555: G_PKG_NAME) THEN

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

2759: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
2760: print_debuginfo(l_module_name, 'ENTER');
2761:
2762: END IF;
2763: -- Standard call to check for call compatibility.
2764: IF NOT FND_API.Compatible_API_Call(l_api_version,
2765: p_api_version,
2766: l_api_name,
2767: G_PKG_NAME) THEN

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

3029:
3030: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3031: print_debuginfo(l_module_name, 'End of external payee loop.');
3032: END IF;
3033: -- Standard call to get message count and if count is 1, get message info.
3034: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
3035: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3036: print_debuginfo(l_module_name, 'RETURN');
3037: