DBA Data[Home] [Help]

APPS.CSP_PACKLIST_LINES_PUB dependencies on STANDARD

Line 150: -- Standard Start of API savepoint

146: l_api_name CONSTANT VARCHAR2(30) := 'Create_packlist_lines';
147: l_api_version_number CONSTANT NUMBER := 2.0;
148: l_pvt_PLL_rec CSP_PACKLIST_LINES_PVT.PLL_Rec_Type;
149: BEGIN
150: -- Standard Start of API savepoint
151: SAVEPOINT CREATE_PACKLIST_LINES_PUB;
152:
153: -- Standard call to check for call compatibility.
154: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

149: BEGIN
150: -- Standard Start of API savepoint
151: SAVEPOINT CREATE_PACKLIST_LINES_PUB;
152:
153: -- Standard call to check for call compatibility.
154: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
155: p_api_version_number,
156: l_api_name,
157: G_PKG_NAME)

Line 218: -- Standard check for p_commit

214: --
215: -- End of API body.
216: --
217:
218: -- Standard check for p_commit
219: IF FND_API.to_Boolean( p_commit )
220: THEN
221: COMMIT WORK;
222: END IF;

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

225: -- Debug Message
226: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
227:
228:
229: -- Standard call to get message count and if count is 1, get message info.
230: FND_MSG_PUB.Count_And_Get
231: ( p_count => x_msg_count,
232: p_data => x_msg_data
233: );

Line 285: -- Standard Start of API savepoint

281: l_api_name CONSTANT VARCHAR2(30) := 'Update_packlist_lines';
282: l_api_version_number CONSTANT NUMBER := 2.0;
283: l_pvt_PLL_rec CSP_PACKLIST_LINES_PVT.PLL_Rec_Type;
284: BEGIN
285: -- Standard Start of API savepoint
286: SAVEPOINT UPDATE_PACKLIST_LINES_PUB;
287:
288: -- Standard call to check for call compatibility.
289: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

284: BEGIN
285: -- Standard Start of API savepoint
286: SAVEPOINT UPDATE_PACKLIST_LINES_PUB;
287:
288: -- Standard call to check for call compatibility.
289: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
290: p_api_version_number,
291: l_api_name,
292: G_PKG_NAME)

Line 350: -- Standard check for p_commit

346: --
347: -- End of API body
348: --
349:
350: -- Standard check for p_commit
351: IF FND_API.to_Boolean( p_commit )
352: THEN
353: COMMIT WORK;
354: END IF;

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

357: -- Debug Message
358: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
359:
360:
361: -- Standard call to get message count and if count is 1, get message info.
362: FND_MSG_PUB.Count_And_Get
363: ( p_count => x_msg_count,
364: p_data => x_msg_data
365: );

Line 418: -- Standard Start of API savepoint

414: l_api_name CONSTANT VARCHAR2(30) := 'Delete_packlist_lines';
415: l_api_version_number CONSTANT NUMBER := 2.0;
416: l_pvt_PLL_rec CSP_PACKLIST_LINES_PVT.PLL_Rec_Type;
417: BEGIN
418: -- Standard Start of API savepoint
419: SAVEPOINT DELETE_PACKLIST_LINES_PUB;
420:
421: -- Standard call to check for call compatibility.
422: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

417: BEGIN
418: -- Standard Start of API savepoint
419: SAVEPOINT DELETE_PACKLIST_LINES_PUB;
420:
421: -- Standard call to check for call compatibility.
422: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
423: p_api_version_number,
424: l_api_name,
425: G_PKG_NAME)

Line 483: -- Standard check for p_commit

479: --
480: -- End of API body
481: --
482:
483: -- Standard check for p_commit
484: IF FND_API.to_Boolean( p_commit )
485: THEN
486: COMMIT WORK;
487: END IF;

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

490: -- Debug Message
491: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
492:
493:
494: -- Standard call to get message count and if count is 1, get message info.
495: FND_MSG_PUB.Count_And_Get
496: ( p_count => x_msg_count,
497: p_data => x_msg_data
498: );

Line 559: -- Standard Start of API savepoint

555: IS
556: l_api_name CONSTANT VARCHAR2(30) := 'Get_packlist_lines';
557: l_api_version_number CONSTANT NUMBER := 2.0;
558: BEGIN
559: -- Standard Start of API savepoint
560: SAVEPOINT GET_PACKLIST_LINES_PUB;
561:
562: -- Standard call to check for call compatibility.
563: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

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

627: -- Debug Message
628: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
629:
630:
631: -- Standard call to get message count and if count is 1, get message info.
632: FND_MSG_PUB.Count_And_Get
633: ( p_count => x_msg_count,
634: p_data => x_msg_data
635: );