DBA Data[Home] [Help]

APPS.IBY_INSTRREG_PUB dependencies on STANDARD

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

318: l_dbg_mod VARCHAR2(100) := G_DEBUG_MODULE || '.' || l_api_name;
319: BEGIN
320: iby_debug_pub.add('Enter',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);
321:
322: -- Standard call to check for call compatibility.
323: IF NOT FND_API.Compatible_API_Call ( l_api_version,
324: p_api_version,
325: l_api_name,
326: G_PKG_NAME )

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

733: PRAGMA EXCEPTION_INIT( ERROR_FROM_SUBPROC, -20000 );
734:
735: BEGIN
736:
737: -- Standard call to check for call compatibility.
738: IF NOT FND_API.Compatible_API_Call ( l_api_version,
739: p_api_version,
740: l_api_name,
741: G_PKG_NAME )

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

1068: PRAGMA EXCEPTION_INIT( ERROR_FROM_SUBPROC, -20000 );
1069:
1070: BEGIN
1071:
1072: -- Standard call to check for call compatibility.
1073: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1074: p_api_version,
1075: l_api_name,
1076: G_PKG_NAME )

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

1248: l_count INTEGER;
1249:
1250: BEGIN
1251:
1252: -- Standard call to check for call compatibility.
1253: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1254: p_api_version,
1255: l_api_name,
1256: G_PKG_NAME )

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

1433: l_bankacct_tbl BankAcct_tbl_type;
1434:
1435: BEGIN
1436:
1437: -- Standard call to check for call compatibility.
1438: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1439: p_api_version,
1440: l_api_name,
1441: G_PKG_NAME )

Line 1789: -- Standard check of p_commit.

1785:
1786: -- Use for Debugging
1787: --dbms_output.put_line('after successfully mapping results');
1788:
1789: -- Standard check of p_commit.
1790: /*
1791: IF FND_API.To_Boolean( p_commit ) THEN
1792: COMMIT WORK;
1793: END IF;

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

1792: COMMIT WORK;
1793: END IF;
1794: */
1795:
1796: -- Standard call to get message count and if count is 1, get message info.
1797: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1798: p_data => x_msg_data
1799: );
1800:

Line 2016: -- Standard check of p_commit.

2012:
2013: -- Use for Debugging
2014: --dbms_output.put_line('after successfully mapping results');
2015:
2016: -- Standard check of p_commit.
2017: /*
2018: IF FND_API.To_Boolean( p_commit ) THEN
2019: COMMIT WORK;
2020: END IF;

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

2019: COMMIT WORK;
2020: END IF;
2021: */
2022:
2023: -- Standard call to get message count and if count is 1, get message info.
2024: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
2025: p_data => x_msg_data
2026: );
2027: