DBA Data[Home] [Help]

APPS.CSP_REQ_LINE_DETAILS_PVT dependencies on STANDARD

Line 36: -- Standard Start of API savepoint

32:
33: l_req_line_Details_Rec Req_Line_Details_Rec_Type;
34: l_req_line_details_id NUMBER;
35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_Req_Line_Details_PUB;
38:
39: -- Standard call to check for call compatibility.
40: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_Req_Line_Details_PUB;
38:
39: -- Standard call to check for call compatibility.
40: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
41: p_api_version_number,
42: l_api_name,
43: G_PKG_NAME)

Line 90: -- Standard check for p_commit

86: --
87: -- End of API body
88: --
89:
90: -- Standard check for p_commit
91: /* IF FND_API.to_Boolean( p_commit )
92: THEN
93: COMMIT WORK;
94: END IF;

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

97: -- Debug Message
98: -- JTF_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
99:
100:
101: -- Standard call to get message count and if count is 1, get message info.
102: /* FND_MSG_PUB.Count_And_Get
103: ( p_count => x_msg_count,
104: p_data => x_msg_data
105: ); */

Line 159: -- Standard Start of API savepoint

155: l_Req_Line_Details_rec CSP_req_line_Details_PVT.Req_Line_Details_Rec_Type;
156: --l_tar_Requirement_Line_rec CSP_requirement_lines_PVT.Requirement_Line_Rec_Type := P_Requirement_Line_Rec;
157: l_rowid ROWID;
158: BEGIN
159: -- Standard Start of API savepoint
160: SAVEPOINT UPDATE_Req_Line_Details_PUB;
161:
162: -- Standard call to check for call compatibility.
163: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

158: BEGIN
159: -- Standard Start of API savepoint
160: SAVEPOINT UPDATE_Req_Line_Details_PUB;
161:
162: -- Standard call to check for call compatibility.
163: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
164: p_api_version_number,
165: l_api_name,
166: G_PKG_NAME)

Line 208: -- Standard check for p_commit

204: --
205: -- End of API body.
206: --
207:
208: -- Standard check for p_commit
209: IF FND_API.to_Boolean( p_commit )
210: THEN
211: COMMIT WORK;
212: END IF;

Line 265: -- Standard Start of API savepoint

261: l_api_name CONSTANT VARCHAR2(30) := 'Delete_req_line_details';
262: l_api_version_number CONSTANT NUMBER := 1.0;
263: l_req_line_details_rec Req_Line_Details_Rec_type;
264: BEGIN
265: -- Standard Start of API savepoint
266: SAVEPOINT DELETE_Req_Line_Details_PUB;
267:
268: -- Standard call to check for call compatibility.
269: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

264: BEGIN
265: -- Standard Start of API savepoint
266: SAVEPOINT DELETE_Req_Line_Details_PUB;
267:
268: -- Standard call to check for call compatibility.
269: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
270: p_api_version_number,
271: l_api_name,
272: G_PKG_NAME)

Line 310: -- Standard check for p_commit

306: --
307: -- End of API body
308: --
309:
310: -- Standard check for p_commit
311: IF FND_API.to_Boolean( p_commit )
312: THEN
313: COMMIT WORK;
314: END IF;

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

317: -- Debug Message
318: JTF_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'Private API: ' || l_api_name || 'end');
319:
320:
321: -- Standard call to get message count and if count is 1, get message info.
322: FND_MSG_PUB.Count_And_Get
323: ( p_count => x_msg_count,
324: p_data => x_msg_data
325: );