DBA Data[Home] [Help]

APPS.CSI_T_TXN_PARTIES_PVT dependencies on STANDARD

Line 55: -- Standard Start of API savepoint

51: l_msg_data varchar2(512);
52:
53: BEGIN
54:
55: -- Standard Start of API savepoint
56: savepoint create_txn_party_dtls;
57:
58: -- Initialize message list if p_init_msg_list is set to TRUE.
59: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

62:
63: -- Initialize API return status to success
64: x_return_status := fnd_api.G_RET_STS_SUCCESS;
65:
66: -- Standard call to check for call compatibility.
67: IF NOT
68:
69: fnd_api.Compatible_API_Call (
70: p_current_version_number => l_api_version,

Line 369: -- Standard check of p_commit.

365:
366: END LOOP;
367:
368: END IF;
369: -- Standard check of p_commit.
370: IF fnd_api.To_Boolean( p_commit ) THEN
371: COMMIT WORK;
372: END IF;
373:

Line 378: -- Standard call to get message count and if count is get message info.

374: IF csi_t_gen_utility_pvt.g_debug = fnd_api.g_true THEN
375: csi_t_gen_utility_pvt.set_debug_off;
376: END IF;
377:
378: -- Standard call to get message count and if count is get message info.
379: FND_MSG_PUB.Count_And_Get(
380: p_count => x_msg_count,
381: p_data => x_msg_data);
382:

Line 445: -- Standard Start of API savepoint

441: l_return_status varchar2(1);
442:
443: BEGIN
444:
445: -- Standard Start of API savepoint
446: SAVEPOINT create_txn_pty_acct_dtls;
447:
448: -- Initialize message list if p_init_msg_list is set to TRUE.
449: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

452:
453: -- Initialize API return status to success
454: x_return_status := fnd_api.G_RET_STS_SUCCESS;
455:
456: -- Standard call to check for call compatibility.
457: IF NOT
458:
459: fnd_api.compatible_api_call (
460: p_current_version_number => l_api_version,

Line 666: -- Standard check of p_commit.

662: end;
663:
664: p_txn_pty_acct_detail_rec.txn_account_detail_id := l_txn_account_detail_id;
665:
666: -- Standard check of p_commit.
667: IF fnd_api.To_Boolean( p_commit ) THEN
668: COMMIT WORK;
669: END IF;
670:

Line 673: -- Standard call to get message count and if count is get message info.

669: END IF;
670:
671: csi_t_gen_utility_pvt.set_debug_off;
672:
673: -- Standard call to get message count and if count is get message info.
674: FND_MSG_PUB.Count_And_Get(
675: p_count => x_msg_count,
676: p_data => x_msg_data);
677:

Line 767: -- Standard Start of API savepoint

763: AND contact_flag = 'Y';
764:
765: BEGIN
766:
767: -- Standard Start of API savepoint
768: SAVEPOINT update_txn_party_dtls;
769:
770: -- Initialize message list if p_init_msg_list is set to TRUE.
771: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

774:
775: -- Initialize API return status to success
776: x_return_status := fnd_api.G_RET_STS_SUCCESS;
777:
778: -- Standard call to check for call compatibility.
779: IF NOT
780:
781: fnd_api.Compatible_API_Call (
782: p_current_version_number => l_api_version,

Line 1406: -- Standard check of p_commit.

1402: END LOOP;
1403:
1404: END IF;
1405:
1406: -- Standard check of p_commit.
1407: IF fnd_api.To_Boolean( p_commit ) THEN
1408: COMMIT WORK;
1409: END IF;
1410:

Line 1411: -- Standard call to get message count and if count is get message info.

1407: IF fnd_api.To_Boolean( p_commit ) THEN
1408: COMMIT WORK;
1409: END IF;
1410:
1411: -- Standard call to get message count and if count is get message info.
1412: FND_MSG_PUB.Count_And_Get(
1413: p_count => x_msg_count,
1414: p_data => x_msg_data);
1415:

Line 1482: -- Standard Start of API savepoint

1478: where txn_account_detail_id = p_acct_dtl_id;
1479:
1480: BEGIN
1481:
1482: -- Standard Start of API savepoint
1483: SAVEPOINT update_txn_pty_acct_dtls;
1484:
1485: -- Initialize message list if p_init_msg_list is set to TRUE.
1486: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

1489:
1490: -- Initialize API return status to success
1491: x_return_status := fnd_api.G_RET_STS_SUCCESS;
1492:
1493: -- Standard call to check for call compatibility.
1494: IF NOT
1495:
1496: fnd_api.Compatible_API_Call (
1497: p_current_version_number => l_api_version,

Line 1710: -- Standard check of p_commit.

1706: END LOOP;
1707:
1708: END IF;
1709:
1710: -- Standard check of p_commit.
1711: IF fnd_api.To_Boolean( p_commit ) THEN
1712: COMMIT WORK;
1713: END IF;
1714:

Line 1715: -- Standard call to get message count and if count is get message info.

1711: IF fnd_api.To_Boolean( p_commit ) THEN
1712: COMMIT WORK;
1713: END IF;
1714:
1715: -- Standard call to get message count and if count is get message info.
1716: FND_MSG_PUB.Count_And_Get(
1717: p_count => x_msg_count,
1718: p_data => x_msg_data);
1719:

Line 1800: -- Standard Start of API savepoint

1796: AND contact_flag = 'Y';
1797:
1798: BEGIN
1799:
1800: -- Standard Start of API savepoint
1801: SAVEPOINT delete_txn_party_dtls;
1802:
1803: -- Initialize message list if p_init_msg_list is set to TRUE.
1804: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

1807:
1808: -- Initialize API return status to success
1809: x_return_status := fnd_api.G_RET_STS_SUCCESS;
1810:
1811: -- Standard call to check for call compatibility.
1812: IF NOT
1813:
1814: fnd_api.Compatible_API_Call (
1815: p_current_version_number => l_api_version,

Line 1987: -- Standard check of p_commit.

1983: END IF;
1984: END LOOP;
1985: END IF;
1986:
1987: -- Standard check of p_commit.
1988: IF fnd_api.To_Boolean( p_commit ) THEN
1989: COMMIT WORK;
1990: END IF;
1991:

Line 1992: -- Standard call to get message count and if count is get message info.

1988: IF fnd_api.To_Boolean( p_commit ) THEN
1989: COMMIT WORK;
1990: END IF;
1991:
1992: -- Standard call to get message count and if count is get message info.
1993: FND_MSG_PUB.Count_And_Get(
1994: p_count => x_msg_count,
1995: p_data => x_msg_data);
1996:

Line 2062: -- Standard Start of API savepoint

2058: WHERE txn_party_detail_id = p_pty_dtl_id;
2059:
2060: BEGIN
2061:
2062: -- Standard Start of API savepoint
2063: SAVEPOINT delete_txn_pty_acct_dtls;
2064:
2065: -- Initialize message list if p_init_msg_list is set to TRUE.
2066: IF fnd_api.to_Boolean( p_init_msg_list ) THEN

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

2069:
2070: -- Initialize API return status to success
2071: x_return_status := fnd_api.G_RET_STS_SUCCESS;
2072:
2073: -- Standard call to check for call compatibility.
2074: IF NOT
2075:
2076: fnd_api.Compatible_API_Call (
2077: p_current_version_number => l_api_version,

Line 2162: -- Standard check of p_commit.

2158:
2159: END LOOP;
2160: END IF;
2161:
2162: -- Standard check of p_commit.
2163: IF fnd_api.To_Boolean( p_commit ) THEN
2164: COMMIT WORK;
2165: END IF;
2166:

Line 2167: -- Standard call to get message count and if count is get message info.

2163: IF fnd_api.To_Boolean( p_commit ) THEN
2164: COMMIT WORK;
2165: END IF;
2166:
2167: -- Standard call to get message count and if count is get message info.
2168: FND_MSG_PUB.Count_And_Get(
2169: p_count => x_msg_count,
2170: p_data => x_msg_data);
2171: