DBA Data[Home] [Help]

APPS.ASO_PRICE_ADJ_RLTSHIP_PVT dependencies on STANDARD

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

31: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
32: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
33: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
34: -- Version : Current version 2.0
35: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
36: -- and basic operation, developer must manually add parameters and business logic as necessary.
37: --
38: -- End of Comments
39: --

Line 61: -- Standard Start of API savepoint

57:
58: G_USER_ID NUMBER := FND_GLOBAL.USER_ID;
59: G_LOGIN_ID NUMBER := FND_GLOBAL.CONC_LOGIN_ID;
60: BEGIN
61: -- Standard Start of API savepoint
62: SAVEPOINT CREATE_PRICE_ADJ_RLTSHIP_PVT;
63:
64: -- Standard call to check for call compatibility.
65: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

60: BEGIN
61: -- Standard Start of API savepoint
62: SAVEPOINT CREATE_PRICE_ADJ_RLTSHIP_PVT;
63:
64: -- Standard call to check for call compatibility.
65: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
66: p_api_version_number,
67: l_api_name,
68: G_PKG_NAME)

Line 167: -- Standard check for p_commit

163: --
164: -- End of API body
165: --
166:
167: -- Standard check for p_commit
168: IF FND_API.to_Boolean( p_commit )
169: THEN
170: COMMIT WORK;
171: END IF;

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

170: COMMIT WORK;
171: END IF;
172:
173:
174: -- Standard call to get message count and if count is 1, get message info.
175: FND_MSG_PUB.Count_And_Get
176: ( p_count => x_msg_count,
177: p_data => x_msg_data
178: );

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

246: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
247: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
248: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
249: -- Version : Current version 2.0
250: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
251: -- and basic operation, developer must manually add parameters and business logic as necessary.
252: --
253: -- End of Comments
254: --

Line 296: -- Standard Start of API savepoint

292: l_ref_PRICE_ADJ_RLTSHIP_rec ASO_QUOTE_PUB.PRICE_ADJ_RLTSHIP_Rec_Type;
293: l_tar_PRICE_ADJ_RLTSHIP_rec ASO_QUOTE_PUB.PRICE_ADJ_RLTSHIP_Rec_Type := P_PRICE_ADJ_RLTSHIP_Rec;
294: l_rowid ROWID;
295: BEGIN
296: -- Standard Start of API savepoint
297: SAVEPOINT UPDATE_PRICE_ADJ_RLTSHIP_PVT;
298:
299: -- Standard call to check for call compatibility.
300: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

295: BEGIN
296: -- Standard Start of API savepoint
297: SAVEPOINT UPDATE_PRICE_ADJ_RLTSHIP_PVT;
298:
299: -- Standard call to check for call compatibility.
300: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
301: p_api_version_number,
302: l_api_name,
303: G_PKG_NAME)

Line 443: -- Standard check for p_commit

439: --
440: -- End of API body.
441: --
442:
443: -- Standard check for p_commit
444: IF FND_API.to_Boolean( p_commit )
445: THEN
446: COMMIT WORK;
447: END IF;

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

446: COMMIT WORK;
447: END IF;
448:
449:
450: -- Standard call to get message count and if count is 1, get message info.
451: FND_MSG_PUB.Count_And_Get
452: ( p_count => x_msg_count,
453: p_data => x_msg_data
454: );

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

523: -- x_return_status OUT NOCOPY /* file.sql.39 change */ VARCHAR2
524: -- x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER
525: -- x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
526: -- Version : Current version 2.0
527: -- Note: This automatic generated procedure definition, it includes standard IN/OUT parameters
528: -- and basic operation, developer must manually add parameters and business logic as necessary.
529: --
530: -- End of Comments
531: --

Line 557: -- Standard Start of API savepoint

553: FROM aso_price_adj_relationships
554: WHERE quote_line_id = P_PRICE_ADJ_RLTSHIP_Rec.quote_line_id;
555:
556: BEGIN
557: -- Standard Start of API savepoint
558: SAVEPOINT DELETE_PRICE_ADJ_RLTSHIP_PVT;
559:
560: -- Standard call to check for call compatibility.
561: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

556: BEGIN
557: -- Standard Start of API savepoint
558: SAVEPOINT DELETE_PRICE_ADJ_RLTSHIP_PVT;
559:
560: -- Standard call to check for call compatibility.
561: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
562: p_api_version_number,
563: l_api_name,
564: G_PKG_NAME)

Line 630: -- Standard check for p_commit

626: --
627: -- End of API body
628: --
629:
630: -- Standard check for p_commit
631: IF FND_API.to_Boolean( p_commit )
632: THEN
633: COMMIT WORK;
634: END IF;

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

633: COMMIT WORK;
634: END IF;
635:
636:
637: -- Standard call to get message count and if count is 1, get message info.
638: FND_MSG_PUB.Count_And_Get
639: ( p_count => x_msg_count,
640: p_data => x_msg_data
641: );