DBA Data[Home] [Help]

APPS.CSP_REQUIREMENT_LINES_PUB dependencies on STANDARD

Line 282: -- Standard Start of API savepoint

278: l_pvt_RQL_rec CSP_REQUIREMENT_LINES_PVT.Requirement_Line_Rec_Type;
279: l_pvt_RQL_tbl CSP_REQUIREMENT_LINES_PVT.Requirement_Line_Tbl_Type;
280: l_pvt_RQL_tbl1 CSP_REQUIREMENT_LINES_PVT.Requirement_Line_Tbl_Type;
281: BEGIN
282: -- Standard Start of API savepoint
283: SAVEPOINT CREATE_REQUIREMENT_LINES_PUB;
284:
285: -- Standard call to check for call compatibility.
286: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

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

Line 390: -- Standard check for p_commit

386: END LOOP;
387: --
388: -- End of API body.
389: --
390: -- Standard check for p_commit
391: IF FND_API.to_Boolean( p_commit )
392: THEN
393: COMMIT WORK;
394: END IF;

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

397: -- Debug Message
398: --JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
399:
400:
401: -- Standard call to get message count and if count is 1, get message info.
402: FND_MSG_PUB.Count_And_Get
403: ( p_count => x_msg_count,
404: p_data => x_msg_data
405: );

Line 457: -- Standard Start of API savepoint

453: l_api_version_number CONSTANT NUMBER := 1.0;
454: l_pvt_RQL_rec CSP_REQUIREMENT_LINES_PVT.Requirement_Line_Rec_Type;
455: l_pvt_RQL_Tbl CSP_REQUIREMENT_LINES_PVT.Requirement_Line_Tbl_Type;
456: BEGIN
457: -- Standard Start of API savepoint
458: SAVEPOINT UPDATE_Packlist_Headers_PUB;
459:
460: -- Standard call to check for call compatibility.
461: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

456: BEGIN
457: -- Standard Start of API savepoint
458: SAVEPOINT UPDATE_Packlist_Headers_PUB;
459:
460: -- Standard call to check for call compatibility.
461: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
462: p_api_version_number,
463: l_api_name,
464: G_PKG_NAME)

Line 523: -- Standard check for p_commit

519: --
520: -- End of API body
521: --
522:
523: -- Standard check for p_commit
524: IF FND_API.to_Boolean( p_commit )
525: THEN
526: COMMIT WORK;
527: END IF;

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

530: -- Debug Message
531: --JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
532:
533:
534: -- Standard call to get message count and if count is 1, get message info.
535: FND_MSG_PUB.Count_And_Get
536: ( p_count => x_msg_count,
537: p_data => x_msg_data
538: );

Line 593: -- Standard Start of API savepoint

589: l_pvt_RQL_Tbl CSP_REQUIREMENT_LINES_PVT.Requirement_Line_Tbl_Type;
590: l_count NUMBER;
591: EXCP_USER_DEFINED EXCEPTION;
592: BEGIN
593: -- Standard Start of API savepoint
594: SAVEPOINT DELETE_REQUIREMENT_LINES_PUB;
595:
596: -- Standard call to check for call compatibility.
597: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

592: BEGIN
593: -- Standard Start of API savepoint
594: SAVEPOINT DELETE_REQUIREMENT_LINES_PUB;
595:
596: -- Standard call to check for call compatibility.
597: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
598: p_api_version_number,
599: l_api_name,
600: G_PKG_NAME)

Line 676: -- Standard check for p_commit

672: --
673: -- End of API body
674: --
675:
676: -- Standard check for p_commit
677: IF FND_API.to_Boolean( p_commit )
678: THEN
679: COMMIT WORK;
680: END IF;

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

683: -- Debug Message
684: --JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP', 'Public API: ' || l_api_name || 'end');
685:
686:
687: -- Standard call to get message count and if count is 1, get message info.
688: FND_MSG_PUB.Count_And_Get
689: ( p_count => x_msg_count,
690: p_data => x_msg_data
691: );