DBA Data[Home] [Help]

APPS.ASO_COPY_QUOTE_PVT dependencies on STANDARD

Line 217: -- Standard Start of API savepoint

213: l_sales_team_prof VARCHAR2(30) := FND_PROFILE.value('ASO_AUTO_TEAM_ASSIGN');
214: /* Code change for Quoting Usability Sun ER End */
215:
216: BEGIN
217: -- Standard Start of API savepoint
218: SAVEPOINT COPY_QUOTE_PVT;
219:
220: -- Standard call to check for call compatibility.
221: IF NOT FND_API.Compatible_API_Call (

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

216: BEGIN
217: -- Standard Start of API savepoint
218: SAVEPOINT COPY_QUOTE_PVT;
219:
220: -- Standard call to check for call compatibility.
221: IF NOT FND_API.Compatible_API_Call (
222: l_api_version_number
223: , p_api_version_number
224: , l_api_name

Line 1173: -- Standard check for p_commit

1169: --
1170: -- End of API body
1171: --
1172:
1173: -- Standard check for p_commit
1174: IF FND_API.to_Boolean ( p_commit ) THEN
1175: COMMIT WORK;
1176: END IF;
1177: -- Standard call to get message count and if count is 1, get message info.

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

1173: -- Standard check for p_commit
1174: IF FND_API.to_Boolean ( p_commit ) THEN
1175: COMMIT WORK;
1176: END IF;
1177: -- Standard call to get message count and if count is 1, get message info.
1178: FND_MSG_PUB.Count_And_Get (
1179: p_count => x_msg_count
1180: , p_data => x_msg_data
1181: );

Line 1329: -- Standard Start of API savepoint

1325: l_qte_access_tbl aso_quote_pub.qte_access_tbl_type := aso_quote_pub.g_miss_qte_access_tbl;
1326: x_qte_access_tbl aso_quote_pub.qte_access_tbl_type;
1327: BEGIN
1328:
1329: -- Standard Start of API savepoint
1330: SAVEPOINT COPY_HEADER_ROWS_PVT;
1331:
1332: -- Standard call to check for call compatibility.
1333: IF NOT FND_API.Compatible_API_Call (

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

1328:
1329: -- Standard Start of API savepoint
1330: SAVEPOINT COPY_HEADER_ROWS_PVT;
1331:
1332: -- Standard call to check for call compatibility.
1333: IF NOT FND_API.Compatible_API_Call (
1334: l_api_version_number
1335: , p_api_version_number
1336: , l_api_name

Line 2235: -- Standard check for p_commit

2231: --
2232: -- End of API body
2233: --
2234:
2235: -- Standard check for p_commit
2236: IF FND_API.to_Boolean ( p_commit ) THEN
2237: COMMIT WORK;
2238: END IF;
2239:

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

2236: IF FND_API.to_Boolean ( p_commit ) THEN
2237: COMMIT WORK;
2238: END IF;
2239:
2240: -- Standard call to get message count and if count is 1, get message info.
2241: FND_MSG_PUB.Count_And_Get (
2242: p_count => x_msg_count
2243: , p_data => x_msg_data
2244: );

Line 2541: -- Standard Start of API savepoint

2537: /* Code change for Quoting Usability Sun ER End */
2538:
2539: BEGIN
2540:
2541: -- Standard Start of API savepoint
2542: SAVEPOINT COPY_LINE_ROWS_PVT;
2543:
2544: -- Standard call to check for call compatibility.
2545: IF NOT FND_API.Compatible_API_Call (

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

2540:
2541: -- Standard Start of API savepoint
2542: SAVEPOINT COPY_LINE_ROWS_PVT;
2543:
2544: -- Standard call to check for call compatibility.
2545: IF NOT FND_API.Compatible_API_Call (
2546: l_api_version_number
2547: , p_api_version_number
2548: , l_api_name

Line 4159: -- Standard check for p_commit

4155: --
4156: -- End of API body
4157: --
4158:
4159: -- Standard check for p_commit
4160: IF FND_API.to_Boolean ( p_commit ) THEN
4161: COMMIT WORK;
4162: END IF;
4163:

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

4160: IF FND_API.to_Boolean ( p_commit ) THEN
4161: COMMIT WORK;
4162: END IF;
4163:
4164: -- Standard call to get message count and if count is 1, get message info.
4165: FND_MSG_PUB.Count_And_Get (
4166: p_count => x_msg_count
4167: , p_data => x_msg_data
4168: );

Line 5263: -- Establish a standard save point

5259: l_api_version_number CONSTANT NUMBER := 1.0;
5260:
5261: BEGIN
5262:
5263: -- Establish a standard save point
5264: SAVEPOINT COPY_SALES_SUPPLEMENT_PVT;
5265:
5266: -- Standard call to check for call compatability
5267: IF NOT FND_API.Compatible_API_Call (

Line 5266: -- Standard call to check for call compatability

5262:
5263: -- Establish a standard save point
5264: SAVEPOINT COPY_SALES_SUPPLEMENT_PVT;
5265:
5266: -- Standard call to check for call compatability
5267: IF NOT FND_API.Compatible_API_Call (
5268: l_api_version_number
5269: , p_api_version_number
5270: , l_api_name

Line 5363: -- Standard check for p_commit

5359: END LOOP; -- instance value loop
5360:
5361: END LOOP; -- template loop
5362:
5363: -- Standard check for p_commit
5364: IF FND_API.to_Boolean ( p_commit ) THEN
5365: COMMIT WORK;
5366: END IF;
5367:

Line 5689: -- Standard Start of API savepoint

5685:
5686: IF aso_debug_pub.g_debug_flag = 'Y' THEN
5687: aso_debug_pub.ADD ( 'SPLIT_MODEL_LINE - Begin- ASO_COPY_QUOTE_PVT.SPLIT_MODEL_LINE ' , 1 , 'Y' );
5688: END IF;
5689: -- Standard Start of API savepoint
5690: SAVEPOINT SPLIT_MODEL_LINE_PVT;
5691:
5692: -- Standard call to check for call compatibility.
5693: IF NOT FND_API.Compatible_API_Call (

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

5688: END IF;
5689: -- Standard Start of API savepoint
5690: SAVEPOINT SPLIT_MODEL_LINE_PVT;
5691:
5692: -- Standard call to check for call compatibility.
5693: IF NOT FND_API.Compatible_API_Call (
5694: l_api_version_number
5695: , p_api_version_number
5696: , l_api_name

Line 6712: -- Standard check for p_commit

6708: X_Quote_Line_Tbl := x_qte_line_tbl;
6709: --
6710: -- End of API body
6711: --
6712: -- Standard check for p_commit
6713: IF FND_API.to_Boolean ( p_commit ) THEN
6714: COMMIT WORK;
6715: END IF;
6716: -- Standard call to get message count and if count is 1, get message info.

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

6712: -- Standard check for p_commit
6713: IF FND_API.to_Boolean ( p_commit ) THEN
6714: COMMIT WORK;
6715: END IF;
6716: -- Standard call to get message count and if count is 1, get message info.
6717: FND_MSG_PUB.Count_And_Get (
6718: p_count => x_msg_count
6719: , p_data => x_msg_data
6720: );

Line 6803: -- Establish a standard save point

6799: l_api_version_number CONSTANT NUMBER := 1.0;
6800:
6801: BEGIN
6802:
6803: -- Establish a standard save point
6804: SAVEPOINT INSERT_SALES_SUPP_DATA_PVT;
6805:
6806: -- Standard call to check for call compatability
6807: IF NOT FND_API.Compatible_API_Call (

Line 6806: -- Standard call to check for call compatability

6802:
6803: -- Establish a standard save point
6804: SAVEPOINT INSERT_SALES_SUPP_DATA_PVT;
6805:
6806: -- Standard call to check for call compatability
6807: IF NOT FND_API.Compatible_API_Call (
6808: l_api_version_number
6809: , p_api_version_number
6810: , l_api_name

Line 6905: -- Standard check for p_commit

6901: END LOOP; -- instance value loop
6902:
6903: END LOOP; -- template loop
6904:
6905: -- Standard check for p_commit
6906: IF FND_API.to_Boolean ( p_commit ) THEN
6907: COMMIT WORK;
6908: END IF;
6909:

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

7188: p_OBJECT_VERSION_NUMBER => l_payment_rec.OBJECT_VERSION_NUMBER,
7189: p_CUST_PO_LINE_NUMBER => l_payment_rec.CUST_PO_LINE_NUMBER,
7190: p_trxn_extension_id => l_payment_rec.trxn_extension_id
7191: );
7192: -- Standard call to get message count and if count is 1, get message info.
7193: FND_MSG_PUB.Count_And_Get
7194: ( p_count => x_msg_count,
7195: p_data => x_msg_data
7196: );