DBA Data[Home] [Help]

APPS.CSP_ORDERHEADERS_PUB dependencies on STANDARD

Line 155: -- Standard Start of API savepoint

151: l_api_name CONSTANT VARCHAR2(30) := 'Create_orderheaders';
152: l_api_version_number CONSTANT NUMBER := 2.0;
153: l_pvt_MOH_rec CSP_ORDERHEADERS_PVT.MOH_Rec_Type;
154: BEGIN
155: -- Standard Start of API savepoint
156: SAVEPOINT CREATE_ORDERHEADERS_PUB;
157:
158: -- Standard call to check for call compatibility.
159: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

154: BEGIN
155: -- Standard Start of API savepoint
156: SAVEPOINT CREATE_ORDERHEADERS_PUB;
157:
158: -- Standard call to check for call compatibility.
159: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
160: p_api_version_number,
161: l_api_name,
162: G_PKG_NAME)

Line 223: -- Standard check for p_commit

219: --
220: -- End of API body.
221: --
222:
223: -- Standard check for p_commit
224: IF FND_API.to_Boolean( p_commit )
225: THEN
226: COMMIT WORK;
227: END IF;

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

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

Line 290: -- Standard Start of API savepoint

286: l_api_name CONSTANT VARCHAR2(30) := 'Update_orderheaders';
287: l_api_version_number CONSTANT NUMBER := 2.0;
288: l_pvt_MOH_rec CSP_ORDERHEADERS_PVT.MOH_Rec_Type;
289: BEGIN
290: -- Standard Start of API savepoint
291: SAVEPOINT UPDATE_ORDERHEADERS_PUB;
292:
293: -- Standard call to check for call compatibility.
294: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

289: BEGIN
290: -- Standard Start of API savepoint
291: SAVEPOINT UPDATE_ORDERHEADERS_PUB;
292:
293: -- Standard call to check for call compatibility.
294: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
295: p_api_version_number,
296: l_api_name,
297: G_PKG_NAME)

Line 355: -- Standard check for p_commit

351: --
352: -- End of API body
353: --
354:
355: -- Standard check for p_commit
356: IF FND_API.to_Boolean( p_commit )
357: THEN
358: COMMIT WORK;
359: END IF;

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

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

Line 423: -- Standard Start of API savepoint

419: l_api_name CONSTANT VARCHAR2(30) := 'Delete_orderheaders';
420: l_api_version_number CONSTANT NUMBER := 2.0;
421: l_pvt_MOH_rec CSP_ORDERHEADERS_PVT.MOH_Rec_Type;
422: BEGIN
423: -- Standard Start of API savepoint
424: SAVEPOINT DELETE_ORDERHEADERS_PUB;
425:
426: -- Standard call to check for call compatibility.
427: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

422: BEGIN
423: -- Standard Start of API savepoint
424: SAVEPOINT DELETE_ORDERHEADERS_PUB;
425:
426: -- Standard call to check for call compatibility.
427: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
428: p_api_version_number,
429: l_api_name,
430: G_PKG_NAME)

Line 488: -- Standard check for p_commit

484: --
485: -- End of API body
486: --
487:
488: -- Standard check for p_commit
489: IF FND_API.to_Boolean( p_commit )
490: THEN
491: COMMIT WORK;
492: END IF;

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

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

Line 564: -- Standard Start of API savepoint

560: IS
561: l_api_name CONSTANT VARCHAR2(30) := 'Get_orderheaders';
562: l_api_version_number CONSTANT NUMBER := 2.0;
563: BEGIN
564: -- Standard Start of API savepoint
565: SAVEPOINT GET_ORDERHEADERS_PUB;
566:
567: -- Standard call to check for call compatibility.
568: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

563: BEGIN
564: -- Standard Start of API savepoint
565: SAVEPOINT GET_ORDERHEADERS_PUB;
566:
567: -- Standard call to check for call compatibility.
568: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
569: p_api_version_number,
570: l_api_name,
571: G_PKG_NAME)

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

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