DBA Data[Home] [Help]

APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on STANDARD

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

382: BEGIN
383:
384: print_debuginfo(l_module_name, 'ENTER');
385:
386: -- Standard call to check for call compatibility.
387: IF NOT FND_API.Compatible_API_Call(l_api_version,
388: p_api_version,
389: l_api_name,
390: G_PKG_NAME) THEN

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

579: END IF;
580: -- End of API body.
581: print_debuginfo(l_module_name, 'End of external payee loop.');
582:
583: -- Standard call to get message count and if count is 1, get message info.
584: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
585:
586: print_debuginfo(l_module_name, 'RETURN');
587:

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

1277: BEGIN
1278:
1279: SAVEPOINT Validate_External_Payee_pub;
1280:
1281: -- Standard call to check for call compatibility.
1282: IF NOT FND_API.Compatible_API_Call(l_api_version,
1283: p_api_version,
1284: l_api_name,
1285: G_PKG_NAME) THEN

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

1555: BEGIN
1556:
1557: SAVEPOINT Create_Temp_Ext_Bank_Acct_pub;
1558:
1559: -- Standard call to check for call compatibility.
1560: IF NOT FND_API.Compatible_API_Call(l_api_version,
1561: p_api_version,
1562: l_api_name,
1563: G_PKG_NAME) THEN

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

1778: BEGIN
1779: print_debuginfo(l_module_name, 'ENTER');
1780: SAVEPOINT Create_Temp_Ext_Bank_Acct_pub;
1781:
1782: -- Standard call to check for call compatibility.
1783: IF NOT FND_API.Compatible_API_Call(l_api_version,
1784: p_api_version,
1785: l_api_name,
1786: G_PKG_NAME) THEN

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

2037: BEGIN
2038:
2039: SAVEPOINT Val_Temp_Ext_Bank_Acct_pub;
2040:
2041: -- Standard call to check for call compatibility.
2042: IF NOT FND_API.Compatible_API_Call(l_api_version,
2043: p_api_version,
2044: l_api_name,
2045: G_PKG_NAME) THEN

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

2247:
2248: BEGIN
2249: print_debuginfo(l_module_name, 'ENTER');
2250:
2251: -- Standard call to check for call compatibility.
2252: IF NOT FND_API.Compatible_API_Call(l_api_version,
2253: p_api_version,
2254: l_api_name,
2255: G_PKG_NAME) THEN

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

2492: END IF;
2493: -- End of API body.
2494:
2495: print_debuginfo(l_module_name, 'End of external payee loop.');
2496: -- Standard call to get message count and if count is 1, get message info.
2497: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
2498: print_debuginfo(l_module_name, 'RETURN');
2499:
2500: EXCEPTION