DBA Data[Home] [Help]

APPS.IBY_INSTRREG_PUB dependencies on STANDARD

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

292: l_dbg_mod VARCHAR2(100) := G_DEBUG_MODULE || '.' || l_api_name;
293: BEGIN
294: iby_debug_pub.add('Enter',iby_debug_pub.G_LEVEL_PROCEDURE,l_dbg_mod);
295:
296: -- Standard call to check for call compatibility.
297: IF NOT FND_API.Compatible_API_Call ( l_api_version,
298: p_api_version,
299: l_api_name,
300: G_PKG_NAME )

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

646: PRAGMA EXCEPTION_INIT( ERROR_FROM_SUBPROC, -20000 );
647:
648: BEGIN
649:
650: -- Standard call to check for call compatibility.
651: IF NOT FND_API.Compatible_API_Call ( l_api_version,
652: p_api_version,
653: l_api_name,
654: G_PKG_NAME )

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

979: PRAGMA EXCEPTION_INIT( ERROR_FROM_SUBPROC, -20000 );
980:
981: BEGIN
982:
983: -- Standard call to check for call compatibility.
984: IF NOT FND_API.Compatible_API_Call ( l_api_version,
985: p_api_version,
986: l_api_name,
987: G_PKG_NAME )

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

1159: l_count INTEGER;
1160:
1161: BEGIN
1162:
1163: -- Standard call to check for call compatibility.
1164: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1165: p_api_version,
1166: l_api_name,
1167: G_PKG_NAME )

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

1344: l_bankacct_tbl BankAcct_tbl_type;
1345:
1346: BEGIN
1347:
1348: -- Standard call to check for call compatibility.
1349: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1350: p_api_version,
1351: l_api_name,
1352: G_PKG_NAME )

Line 1686: -- Standard check of p_commit.

1682:
1683: -- Use for Debugging
1684: --dbms_output.put_line('after successfully mapping results');
1685:
1686: -- Standard check of p_commit.
1687: /*
1688: IF FND_API.To_Boolean( p_commit ) THEN
1689: COMMIT WORK;
1690: END IF;

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

1689: COMMIT WORK;
1690: END IF;
1691: */
1692:
1693: -- Standard call to get message count and if count is 1, get message info.
1694: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1695: p_data => x_msg_data
1696: );
1697: