DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVESHARE_PVT dependencies on STANDARD

Line 204: -- Standard Start of API savepoint

200: l_orig_item_id_tbl CZ_API_PUB.number_tbl_type;
201: l_new_item_id_tbl CZ_API_PUB.number_tbl_type;
202:
203: BEGIN
204: -- Standard Start of API savepoint
205: SAVEPOINT COPY_LINES_pvt;
206: -- Standard call to check for call compatibility.
207: IF NOT FND_API.Compatible_API_Call (l_api_version,
208: P_Api_Version_Number,

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

202:
203: BEGIN
204: -- Standard Start of API savepoint
205: SAVEPOINT COPY_LINES_pvt;
206: -- Standard call to check for call compatibility.
207: IF NOT FND_API.Compatible_API_Call (l_api_version,
208: P_Api_Version_Number,
209: l_api_name,
210: G_PKG_NAME )

Line 462: -- Standard check of p_commit.

458:
459: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
460: ibe_util.debug('before out line number is='|| x_qte_line_tbl.count);
461: END IF;
462: -- Standard check of p_commit.
463: IF FND_API.To_Boolean( p_commit ) THEN
464: COMMIT WORK;
465: END IF;
466:

Line 467: -- Standard call to get message count and IF count is 1, get message info.

463: IF FND_API.To_Boolean( p_commit ) THEN
464: COMMIT WORK;
465: END IF;
466:
467: -- Standard call to get message count and IF count is 1, get message info.
468: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
469: p_count => x_msg_count,
470: p_data => x_msg_data);
471: EXCEPTION

Line 548: -- Standard Start of API savepoint

544:
545: rec_get_sharee_id c_get_sharee_id%rowtype;
546:
547: BEGIN
548: -- Standard Start of API savepoint
549: SAVEPOINT SAVESHAREE_pvt;
550: -- Standard call to check for call compatibility.
551: IF NOT FND_API.Compatible_API_Call (l_api_version,
552: P_Api_Version_Number,

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

546:
547: BEGIN
548: -- Standard Start of API savepoint
549: SAVEPOINT SAVESHAREE_pvt;
550: -- Standard call to check for call compatibility.
551: IF NOT FND_API.Compatible_API_Call (l_api_version,
552: P_Api_Version_Number,
553: l_api_name,
554: G_PKG_NAME )

Line 621: -- Standard check of p_commit.

617: end loop;
618:
619: x_qte_access_rec := l_quote_access_rec;
620:
621: -- Standard check of p_commit.
622: IF FND_API.To_Boolean( p_commit ) THEN
623: COMMIT WORK;
624: END IF;
625:

Line 626: -- Standard call to get message count and IF count is 1, get message info.

622: IF FND_API.To_Boolean( p_commit ) THEN
623: COMMIT WORK;
624: END IF;
625:
626: -- Standard call to get message count and IF count is 1, get message info.
627: FND_MSG_PUB.Count_And_Get
628: ( p_encoded => FND_API.G_FALSE,
629: p_count => x_msg_count,
630: p_data => x_msg_data

Line 729: -- Standard Start of API savepoint

725: -- --IBE_UTIL.ENABLE_DEBUG;
726: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
727: IBE_Util.Debug('Begin IBE_QUOTE_SAVESHARE_pvt.SaveAsAndShare() at ' || TO_CHAR(SYSDATE, 'MM/DD/YYYY:HH24:MI:SS'));
728: END IF;
729: -- Standard Start of API savepoint
730: SAVEPOINT SAVEASANDSHARE_pvt;
731: -- Standard call to check for call compatibility.
732: IF NOT FND_API.Compatible_API_Call (l_api_version,
733: P_Api_Version_Number,

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

727: IBE_Util.Debug('Begin IBE_QUOTE_SAVESHARE_pvt.SaveAsAndShare() at ' || TO_CHAR(SYSDATE, 'MM/DD/YYYY:HH24:MI:SS'));
728: END IF;
729: -- Standard Start of API savepoint
730: SAVEPOINT SAVEASANDSHARE_pvt;
731: -- Standard call to check for call compatibility.
732: IF NOT FND_API.Compatible_API_Call (l_api_version,
733: P_Api_Version_Number,
734: l_api_name,
735: G_PKG_NAME )

Line 930: -- Standard check of p_commit.

926: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
927: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
928: END IF;
929:
930: -- Standard check of p_commit.
931: IF FND_API.To_Boolean( p_commit ) THEN
932: COMMIT WORK;
933: END IF;
934:

Line 935: -- Standard call to get message count and IF count is 1, get message info.

931: IF FND_API.To_Boolean( p_commit ) THEN
932: COMMIT WORK;
933: END IF;
934:
935: -- Standard call to get message count and IF count is 1, get message info.
936: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
937: p_count => x_msg_count,
938: p_data => x_msg_data);
939: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

Line 1085: -- Standard Start of API savepoint

1081: IBE_Util.Debug('P_INCREASEVERSION: '||P_INCREASEVERSION);
1082: END IF;
1083:
1084:
1085: -- Standard Start of API savepoint
1086: SAVEPOINT APPENDTOREPLACESHARE_pvt;
1087: -- Standard call to check for call compatibility.
1088: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1089: P_Api_Version_Number,

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

1083:
1084:
1085: -- Standard Start of API savepoint
1086: SAVEPOINT APPENDTOREPLACESHARE_pvt;
1087: -- Standard call to check for call compatibility.
1088: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1089: P_Api_Version_Number,
1090: l_api_name,
1091: G_PKG_NAME )

Line 1403: -- Standard check of p_commit.

1399: IF (x_return_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
1400: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1401: END IF;
1402:
1403: -- Standard check of p_commit.
1404: IF FND_API.To_Boolean( p_commit ) THEN
1405: COMMIT WORK;
1406: END IF;
1407:

Line 1408: -- Standard call to get message count and IF count is 1, get message info.

1404: IF FND_API.To_Boolean( p_commit ) THEN
1405: COMMIT WORK;
1406: END IF;
1407:
1408: -- Standard call to get message count and IF count is 1, get message info.
1409: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
1410: p_count => x_msg_count,
1411: p_data => x_msg_data);
1412: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

Line 1478: -- Standard Start of API savepoint

1474: l_qte_access_rec IBE_QUOTE_SAVESHARE_pvt.QUOTE_ACCESS_Rec_Type
1475: :=IBE_QUOTE_SAVESHARE_pvt.g_miss_quote_access_rec;
1476:
1477: BEGIN
1478: -- Standard Start of API savepoint
1479: SAVEPOINT SAVEASANDSHARE_pvt;
1480: -- Standard call to check for call compatibility.
1481: IF NOT FND_API.Compatible_API_Call (l_api_version,
1482: P_Api_Version_Number,

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

1476:
1477: BEGIN
1478: -- Standard Start of API savepoint
1479: SAVEPOINT SAVEASANDSHARE_pvt;
1480: -- Standard call to check for call compatibility.
1481: IF NOT FND_API.Compatible_API_Call (l_api_version,
1482: P_Api_Version_Number,
1483: l_api_name,
1484: G_PKG_NAME )

Line 1633: -- Standard Start of API savepoint

1629:
1630:
1631:
1632: BEGIN
1633: -- Standard Start of API savepoint
1634: SAVEPOINT ActivateQuote_pvt;
1635: -- Standard call to check for call compatibility.
1636: IF NOT FND_API.Compatible_API_Call(l_api_version,
1637: p_api_version_number,

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

1631:
1632: BEGIN
1633: -- Standard Start of API savepoint
1634: SAVEPOINT ActivateQuote_pvt;
1635: -- Standard call to check for call compatibility.
1636: IF NOT FND_API.Compatible_API_Call(l_api_version,
1637: p_api_version_number,
1638: l_api_name,
1639: G_PKG_NAME)

Line 1795: -- Standard check of p_commit.

1791: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1792: IBE_UTIL.DEBUG('Finished calling IBE_QUOTE_SAVESHARE_V2_PVT.ACTIVATE_QUOTE ');
1793: END IF;
1794:
1795: -- Standard check of p_commit.
1796: IF FND_API.To_Boolean( p_commit ) THEN
1797: COMMIT WORK;
1798: END IF;
1799:

Line 1800: -- Standard call to get message count and IF count is 1, get message info.

1796: IF FND_API.To_Boolean( p_commit ) THEN
1797: COMMIT WORK;
1798: END IF;
1799:
1800: -- Standard call to get message count and IF count is 1, get message info.
1801: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
1802: p_count => x_msg_count,
1803: p_data => x_msg_data);
1804: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

Line 1883: -- Standard Start of API savepoint

1879: lx_qte_line_tbl ASO_Quote_Pub.qte_line_tbl_type
1880: := ASO_Quote_Pub.g_miss_qte_line_tbl;
1881: begin
1882:
1883: -- Standard Start of API savepoint
1884: SAVEPOINT RETRIEVESHAREQUOTE_pvt;
1885: -- Standard call to check for call compatibility.
1886: IF NOT FND_API.Compatible_API_Call (l_api_version,
1887: P_Api_Version_Number,

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

1881: begin
1882:
1883: -- Standard Start of API savepoint
1884: SAVEPOINT RETRIEVESHAREQUOTE_pvt;
1885: -- Standard call to check for call compatibility.
1886: IF NOT FND_API.Compatible_API_Call (l_api_version,
1887: P_Api_Version_Number,
1888: l_api_name,
1889: G_PKG_NAME )

Line 2008: -- Standard check of p_commit.

2004:
2005: x_quote_header_id := l_qte_header_rec.quote_header_id;
2006: x_last_update_date := l_qte_header_rec.last_update_date;
2007:
2008: -- Standard check of p_commit.
2009: IF FND_API.To_Boolean( p_commit ) THEN
2010: COMMIT WORK;
2011: END IF;
2012:

Line 2013: -- Standard call to get message count and IF count is 1, get message info.

2009: IF FND_API.To_Boolean( p_commit ) THEN
2010: COMMIT WORK;
2011: END IF;
2012:
2013: -- Standard call to get message count and IF count is 1, get message info.
2014: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2015: p_count => x_msg_count,
2016: p_data => x_msg_data);
2017: EXCEPTION

Line 2180: -- Standard Start of API savepoint

2176:
2177: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2178: IBE_UTIL.DEBUG('MergeActiveQuote: Start');
2179: END IF;
2180: -- Standard Start of API savepoint
2181: SAVEPOINT MergeActiveQuote_pvt;
2182: -- Standard call to check for call compatibility.
2183: IF NOT FND_API.Compatible_API_Call (l_api_version,
2184: P_Api_Version_Number,

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

2178: IBE_UTIL.DEBUG('MergeActiveQuote: Start');
2179: END IF;
2180: -- Standard Start of API savepoint
2181: SAVEPOINT MergeActiveQuote_pvt;
2182: -- Standard call to check for call compatibility.
2183: IF NOT FND_API.Compatible_API_Call (l_api_version,
2184: P_Api_Version_Number,
2185: l_api_name,
2186: G_PKG_NAME )

Line 2924: -- Standard check of p_commit.

2920: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2921: IBE_UTIL.DEBUG('mergeActiveQuote: End');
2922: END IF;
2923:
2924: -- Standard check of p_commit.
2925: IF FND_API.To_Boolean( p_commit ) THEN
2926: COMMIT WORK;
2927: END IF;
2928:

Line 2929: -- Standard call to get message count and IF count is 1, get message info.

2925: IF FND_API.To_Boolean( p_commit ) THEN
2926: COMMIT WORK;
2927: END IF;
2928:
2929: -- Standard call to get message count and IF count is 1, get message info.
2930: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
2931: p_count => x_msg_count,
2932: p_data => x_msg_data);
2933: EXCEPTION

Line 3163: -- Standard Start of API savepoint

3159: where quote_header_id = qte_header_id;
3160:
3161: BEGIN
3162:
3163: -- Standard Start of API savepoint
3164: SAVEPOINT EMAILSHAREE_pvt;
3165: -- Standard call to check for call compatibility.
3166: IF NOT FND_API.Compatible_API_Call (l_api_version,
3167: P_Api_Version_Number,

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

3161: BEGIN
3162:
3163: -- Standard Start of API savepoint
3164: SAVEPOINT EMAILSHAREE_pvt;
3165: -- Standard call to check for call compatibility.
3166: IF NOT FND_API.Compatible_API_Call (l_api_version,
3167: P_Api_Version_Number,
3168: l_api_name,
3169: G_PKG_NAME )

Line 3241: -- Standard check of p_commit.

3237: || to_char(sysdate, 'mm/dd/yyyy:hh24:MI:SS'));
3238: END IF;
3239:
3240:
3241: -- Standard check of p_commit.
3242: IF FND_API.To_Boolean( p_commit ) THEN
3243: COMMIT WORK;
3244: END IF;
3245:

Line 3246: -- Standard call to get message count and IF count is 1, get message info.

3242: IF FND_API.To_Boolean( p_commit ) THEN
3243: COMMIT WORK;
3244: END IF;
3245:
3246: -- Standard call to get message count and IF count is 1, get message info.
3247: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
3248: p_count => x_msg_count,
3249: p_data => x_msg_data);
3250: EXCEPTION