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 4919: -- Standard Start of API savepoint

4915:
4916:
4917: BEGIN
4918:
4919: -- Standard Start of API savepoint
4920: SAVEPOINT UPDATE_quote_line_PVT;
4921:
4922: -- Standard call to check for call compatibility.
4923: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

4918:
4919: -- Standard Start of API savepoint
4920: SAVEPOINT UPDATE_quote_line_PVT;
4921:
4922: -- Standard call to check for call compatibility.
4923: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
4924: p_api_version_number,
4925: l_api_name,
4926: G_PKG_NAME) THEN

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

9004: END IF;
9005:
9006:
9007:
9008: -- Standard call to get message count and if count is 1, get message info.
9009: FND_MSG_PUB.Count_And_Get
9010: ( p_count => x_msg_count,
9011: p_data => x_msg_data
9012: );

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

9072: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
9073: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
9074: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
9075: -- Version : Current version 2.0
9076: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
9077: -- and basic operation, developer must manually add parameters and business logic as necessary.
9078: --
9079: -- End of Comments
9080: --

Line 9213: -- Standard Start of API savepoint

9209: aso_debug_pub.add('Delete_Quote_Line: P_qte_line_Rec.quote_line_id: '||P_qte_line_Rec.quote_line_id);
9210: aso_debug_pub.add('Delete_Quote_Line: P_Update_Header_Flag: '||P_Update_Header_Flag);
9211: end if;
9212:
9213: -- Standard Start of API savepoint
9214: SAVEPOINT DELETE_quote_line_PVT;
9215:
9216: -- Standard call to check for call compatibility.
9217: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

9212:
9213: -- Standard Start of API savepoint
9214: SAVEPOINT DELETE_quote_line_PVT;
9215:
9216: -- Standard call to check for call compatibility.
9217: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
9218: p_api_version_number,
9219: l_api_name,
9220: G_PKG_NAME)

Line 9965: -- Standard check for p_commit

9961: --
9962: -- End of API body
9963: --
9964:
9965: -- Standard check for p_commit
9966: IF FND_API.to_Boolean( p_commit ) THEN
9967: COMMIT WORK;
9968: END IF;
9969:

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

9966: IF FND_API.to_Boolean( p_commit ) THEN
9967: COMMIT WORK;
9968: END IF;
9969:
9970: -- Standard call to get message count and if count is 1, get message info.
9971: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
9972: p_data => x_msg_data );
9973:
9974:

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

10057: -- x_tot_rec_count OUT NOCOPY /* file.sql.39 change */ NUMBER
10058: -- other optional OUT NOCOPY /* file.sql.39 change */ parameters
10059: -- x_tot_rec_amount OUT NOCOPY /* file.sql.39 change */ NUMBER
10060: -- Version : Current version 2.0
10061: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
10062: -- and basic operation, developer must manually add parameters and business logic as necessary.
10063: --
10064: -- End of Comments
10065: --