DBA Data[Home] [Help]

APPS.CSP_PACKLIST_HEADERS_PUB dependencies on STANDARD

Line 159: -- Standard Start of API savepoint

155: l_api_name CONSTANT VARCHAR2(30) := 'Create_packlist_headers';
156: l_api_version_number CONSTANT NUMBER := 1.0;
157: l_pvt_PLH_rec CSP_Packlist_Headers_PVT.PLH_Rec_Type;
158: BEGIN
159: -- Standard Start of API savepoint
160: SAVEPOINT CREATE_Packlist_Headers_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 CREATE_Packlist_Headers_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 227: -- Standard check for p_commit

223: --
224: -- End of API body.
225: --
226:
227: -- Standard check for p_commit
228: IF FND_API.to_Boolean( p_commit )
229: THEN
230: COMMIT WORK;
231: END IF;

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

234: -- Debug Message
235: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
236:
237:
238: -- Standard call to get message count and if count is 1, get message info.
239: FND_MSG_PUB.Count_And_Get
240: ( p_count => x_msg_count,
241: p_data => x_msg_data
242: );

Line 294: -- Standard Start of API savepoint

290: l_api_name CONSTANT VARCHAR2(30) := 'Update_packlist_headers';
291: l_api_version_number CONSTANT NUMBER := 1.0;
292: l_pvt_PLH_rec CSP_Packlist_Headers_PVT.PLH_Rec_Type;
293: BEGIN
294: -- Standard Start of API savepoint
295: SAVEPOINT UPDATE_Packlist_Headers_PUB;
296:
297: -- Standard call to check for call compatibility.
298: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 359: -- Standard check for p_commit

355: --
356: -- End of API body
357: --
358:
359: -- Standard check for p_commit
360: IF FND_API.to_Boolean( p_commit )
361: THEN
362: COMMIT WORK;
363: END IF;

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

366: -- Debug Message
367: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
368:
369:
370: -- Standard call to get message count and if count is 1, get message info.
371: FND_MSG_PUB.Count_And_Get
372: ( p_count => x_msg_count,
373: p_data => x_msg_data
374: );

Line 427: -- Standard Start of API savepoint

423: l_api_name CONSTANT VARCHAR2(30) := 'Delete_packlist_headers';
424: l_api_version_number CONSTANT NUMBER := 1.0;
425: l_pvt_PLH_rec CSP_Packlist_Headers_PVT.PLH_Rec_Type;
426: BEGIN
427: -- Standard Start of API savepoint
428: SAVEPOINT DELETE_Packlist_Headers_PUB;
429:
430: -- Standard call to check for call compatibility.
431: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

426: BEGIN
427: -- Standard Start of API savepoint
428: SAVEPOINT DELETE_Packlist_Headers_PUB;
429:
430: -- Standard call to check for call compatibility.
431: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
432: p_api_version_number,
433: l_api_name,
434: G_PKG_NAME)

Line 492: -- Standard check for p_commit

488: --
489: -- End of API body
490: --
491:
492: -- Standard check for p_commit
493: IF FND_API.to_Boolean( p_commit )
494: THEN
495: COMMIT WORK;
496: END IF;

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

499: -- Debug Message
500: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
501:
502:
503: -- Standard call to get message count and if count is 1, get message info.
504: FND_MSG_PUB.Count_And_Get
505: ( p_count => x_msg_count,
506: p_data => x_msg_data
507: );

Line 568: -- Standard Start of API savepoint

564: IS
565: l_api_name CONSTANT VARCHAR2(30) := 'Get_packlist_headers';
566: l_api_version_number CONSTANT NUMBER := 1.0;
567: BEGIN
568: -- Standard Start of API savepoint
569: SAVEPOINT GET_Packlist_Headers_PUB;
570:
571: -- Standard call to check for call compatibility.
572: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

567: BEGIN
568: -- Standard Start of API savepoint
569: SAVEPOINT GET_Packlist_Headers_PUB;
570:
571: -- Standard call to check for call compatibility.
572: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
573: p_api_version_number,
574: l_api_name,
575: G_PKG_NAME)

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

636: -- Debug Message
637: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
638:
639:
640: -- Standard call to get message count and if count is 1, get message info.
641: FND_MSG_PUB.Count_And_Get
642: ( p_count => x_msg_count,
643: p_data => x_msg_data
644: );