DBA Data[Home] [Help]

APPS.CSP_ORDERLINES_PUB dependencies on STANDARD

Line 144: -- Standard Start of API savepoint

140: l_api_name CONSTANT VARCHAR2(30) := 'Create_orderlines';
141: l_api_version_number CONSTANT NUMBER := 2.0;
142: l_pvt_mol_rec CSP_ORDERLINES_PVT.mol_Rec_Type;
143: BEGIN
144: -- Standard Start of API savepoint
145: SAVEPOINT CREATE_ORDERLINES_PUB;
146:
147: -- Standard call to check for call compatibility.
148: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

143: BEGIN
144: -- Standard Start of API savepoint
145: SAVEPOINT CREATE_ORDERLINES_PUB;
146:
147: -- Standard call to check for call compatibility.
148: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
149: p_api_version_number,
150: l_api_name,
151: G_PKG_NAME)

Line 212: -- Standard check for p_commit

208: --
209: -- End of API body.
210: --
211:
212: -- Standard check for p_commit
213: IF FND_API.to_Boolean( p_commit )
214: THEN
215: COMMIT WORK;
216: END IF;

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

219: -- Debug Message
220: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
221:
222:
223: -- Standard call to get message count and if count is 1, get message info.
224: FND_MSG_PUB.Count_And_Get
225: ( p_count => x_msg_count,
226: p_data => x_msg_data
227: );

Line 279: -- Standard Start of API savepoint

275: l_api_name CONSTANT VARCHAR2(30) := 'Update_orderlines';
276: l_api_version_number CONSTANT NUMBER := 2.0;
277: l_pvt_mol_rec CSP_ORDERLINES_PVT.mol_Rec_Type;
278: BEGIN
279: -- Standard Start of API savepoint
280: SAVEPOINT UPDATE_ORDERLINES_PUB;
281:
282: -- Standard call to check for call compatibility.
283: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

278: BEGIN
279: -- Standard Start of API savepoint
280: SAVEPOINT UPDATE_ORDERLINES_PUB;
281:
282: -- Standard call to check for call compatibility.
283: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
284: p_api_version_number,
285: l_api_name,
286: G_PKG_NAME)

Line 344: -- Standard check for p_commit

340: --
341: -- End of API body
342: --
343:
344: -- Standard check for p_commit
345: IF FND_API.to_Boolean( p_commit )
346: THEN
347: COMMIT WORK;
348: END IF;

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

351: -- Debug Message
352: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
353:
354:
355: -- Standard call to get message count and if count is 1, get message info.
356: FND_MSG_PUB.Count_And_Get
357: ( p_count => x_msg_count,
358: p_data => x_msg_data
359: );

Line 412: -- Standard Start of API savepoint

408: l_api_name CONSTANT VARCHAR2(30) := 'Delete_orderlines';
409: l_api_version_number CONSTANT NUMBER := 2.0;
410: l_pvt_mol_rec CSP_ORDERLINES_PVT.mol_Rec_Type;
411: BEGIN
412: -- Standard Start of API savepoint
413: SAVEPOINT DELETE_ORDERLINES_PUB;
414:
415: -- Standard call to check for call compatibility.
416: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

411: BEGIN
412: -- Standard Start of API savepoint
413: SAVEPOINT DELETE_ORDERLINES_PUB;
414:
415: -- Standard call to check for call compatibility.
416: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
417: p_api_version_number,
418: l_api_name,
419: G_PKG_NAME)

Line 477: -- Standard check for p_commit

473: --
474: -- End of API body
475: --
476:
477: -- Standard check for p_commit
478: IF FND_API.to_Boolean( p_commit )
479: THEN
480: COMMIT WORK;
481: END IF;

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

484: -- Debug Message
485: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
486:
487:
488: -- Standard call to get message count and if count is 1, get message info.
489: FND_MSG_PUB.Count_And_Get
490: ( p_count => x_msg_count,
491: p_data => x_msg_data
492: );

Line 553: -- Standard Start of API savepoint

549: IS
550: l_api_name CONSTANT VARCHAR2(30) := 'Get_orderlines';
551: l_api_version_number CONSTANT NUMBER := 2.0;
552: BEGIN
553: -- Standard Start of API savepoint
554: SAVEPOINT GET_ORDERLINES_PUB;
555:
556: -- Standard call to check for call compatibility.
557: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

552: BEGIN
553: -- Standard Start of API savepoint
554: SAVEPOINT GET_ORDERLINES_PUB;
555:
556: -- Standard call to check for call compatibility.
557: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
558: p_api_version_number,
559: l_api_name,
560: G_PKG_NAME)

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

621: -- Debug Message
622: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
623:
624:
625: -- Standard call to get message count and if count is 1, get message info.
626: FND_MSG_PUB.Count_And_Get
627: ( p_count => x_msg_count,
628: p_data => x_msg_data
629: );