DBA Data[Home] [Help]

APPS.ASO_QUOTE_LINES_PVT dependencies on STANDARD

Line 2544: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters

2540: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2541: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
2542: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
2543: -- Version : Current version 2.0
2544: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
2545: -- and basic operation, developer must manually add parameters and business logic as necessary.
2546: --
2547: -- End of Comments
2548: --

Line 2750: -- Standard Start of API savepoint

2746:
2747:
2748: BEGIN
2749:
2750: -- Standard Start of API savepoint
2751: SAVEPOINT CREATE_quote_lines_PVT;
2752:
2753: -- Standard call to check for call compatibility.
2754: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

2749:
2750: -- Standard Start of API savepoint
2751: SAVEPOINT CREATE_quote_lines_PVT;
2752:
2753: -- Standard call to check for call compatibility.
2754: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
2755: p_api_version_number,
2756: l_api_name,
2757: G_PKG_NAME) THEN

Line 4532: -- Standard check for p_commit

4528: --
4529: -- End of API body
4530: --
4531:
4532: -- Standard check for p_commit
4533: IF FND_API.to_Boolean( p_commit )
4534: THEN
4535: COMMIT WORK;
4536: END IF;

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

4536: END IF;
4537:
4538:
4539:
4540: -- Standard call to get message count and if count is 1, get message info.
4541: FND_MSG_PUB.Count_And_Get
4542: ( p_count => x_msg_count,
4543: p_data => x_msg_data
4544: );

Line 4619: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters

4615: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
4616: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
4617: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
4618: -- Version : Current version 2.0
4619: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
4620: -- and basic operation, developer must manually add parameters and business logic as necessary.
4621: --
4622: -- End of Comments
4623: --

Line 4942: -- Standard Start of API savepoint

4938: /* Code change for Quoting Usability Sun ER End */
4939:
4940: BEGIN
4941:
4942: -- Standard Start of API savepoint
4943: SAVEPOINT UPDATE_quote_line_PVT;
4944:
4945: -- Standard call to check for call compatibility.
4946: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

4941:
4942: -- Standard Start of API savepoint
4943: SAVEPOINT UPDATE_quote_line_PVT;
4944:
4945: -- Standard call to check for call compatibility.
4946: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
4947: p_api_version_number,
4948: l_api_name,
4949: G_PKG_NAME) THEN

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

9122: END IF;
9123:
9124:
9125:
9126: -- Standard call to get message count and if count is 1, get message info.
9127: FND_MSG_PUB.Count_And_Get
9128: ( p_count => x_msg_count,
9129: p_data => x_msg_data
9130: );

Line 9194: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters

9190: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
9191: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
9192: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
9193: -- Version : Current version 2.0
9194: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
9195: -- and basic operation, developer must manually add parameters and business logic as necessary.
9196: --
9197: -- End of Comments
9198: --

Line 9331: -- Standard Start of API savepoint

9327: aso_debug_pub.add('Delete_Quote_Line: P_qte_line_Rec.quote_line_id: '||P_qte_line_Rec.quote_line_id);
9328: aso_debug_pub.add('Delete_Quote_Line: P_Update_Header_Flag: '||P_Update_Header_Flag);
9329: end if;
9330:
9331: -- Standard Start of API savepoint
9332: SAVEPOINT DELETE_quote_line_PVT;
9333:
9334: -- Standard call to check for call compatibility.
9335: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

9330:
9331: -- Standard Start of API savepoint
9332: SAVEPOINT DELETE_quote_line_PVT;
9333:
9334: -- Standard call to check for call compatibility.
9335: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
9336: p_api_version_number,
9337: l_api_name,
9338: G_PKG_NAME)

Line 10083: -- Standard check for p_commit

10079: --
10080: -- End of API body
10081: --
10082:
10083: -- Standard check for p_commit
10084: IF FND_API.to_Boolean( p_commit ) THEN
10085: COMMIT WORK;
10086: END IF;
10087:

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

10084: IF FND_API.to_Boolean( p_commit ) THEN
10085: COMMIT WORK;
10086: END IF;
10087:
10088: -- Standard call to get message count and if count is 1, get message info.
10089: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
10090: p_data => x_msg_data );
10091:
10092:

Line 10179: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters

10175: -- x_tot_rec_count OUT NOCOPY /* file.sql.39 change */ NUMBER
10176: -- other optional OUT NOCOPY /* file.sql.39 change */ parameters
10177: -- x_tot_rec_amount OUT NOCOPY /* file.sql.39 change */ NUMBER
10178: -- Version : Current version 2.0
10179: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
10180: -- and basic operation, developer must manually add parameters and business logic as necessary.
10181: --
10182: -- End of Comments
10183: --