DBA Data[Home] [Help]

APPS.AHL_DI_ASSO_DOC_GEN_PUB dependencies on STANDARD

Line 637: -- Standard Start of API savepoint

633: l_association_tbl AHL_DI_ASSO_DOC_GEN_PVT.ASSOCIATION_TBL;
634: l_record varchar2(4000);
635:
636: BEGIN
637: -- Standard Start of API savepoint
638: SAVEPOINT process_association;
639: -- Check if API is called in debug mode. If yes, enable debug.
640:
641: IF G_DEBUG='Y' THEN

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

659: -- Initialize API return status to success
660:
661: x_return_status := 'S';
662:
663: -- Standard call to check for call compatibility.
664: IF NOT FND_API.COMPATIBLE_API_CALL(l_api_version,
665: p_api_version,
666: l_api_name,G_PKG_NAME)
667: THEN

Line 840: --Standard check to count messages

836: x_msg_data => l_msg_data
837: );
838:
839: END IF;--
840: --Standard check to count messages
841: l_msg_count := FND_MSG_PUB.count_msg;
842:
843: IF l_msg_count > 0 THEN
844: X_msg_count := l_msg_count;

Line 857: --Standard check for commit

853: LOOP
854: p_x_association_tbl(i).doc_title_asso_id := l_association_tbl(i).doc_title_asso_id;
855: END LOOP;
856: END IF;
857: --Standard check for commit
858:
859: IF FND_API.TO_BOOLEAN(p_commit) THEN
860: COMMIT;
861: END IF;