DBA Data[Home] [Help]

APPS.AHL_DI_PRO_TYPE_ASO_PUB dependencies on STANDARD

Line 64: -- Standard Start of API savepoint

60:
61:
62:
63: BEGIN
64: -- Standard Start of API savepoint
65: SAVEPOINT create_doc_type_assoc;
66: -- Check if API is called in debug mode. If yes, enable debug.
67: IF G_DEBUG='Y' THEN
68: AHL_DEBUG_PUB.enable_debug;

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

74: AHL_DEBUG_PUB.debug( 'enter ahl_di_pro_type_aso_pub.Create Doc Type','+DOCTY+');
75:
76: END IF;
77: END IF;
78: -- Standard call to check for call compatibility.
79: IF FND_API.to_boolean(l_init_msg_list)
80: THEN
81: FND_MSG_PUB.initialize;
82: END IF;

Line 171: --Standard check for messages

167: l_doc_type_assoc_tbl(i).attribute14 := p_x_doc_type_assoc_tbl(i).attribute14;
168: l_doc_type_assoc_tbl(i).attribute15 := p_x_doc_type_assoc_tbl(i).attribute15;
169: l_doc_type_assoc_tbl(i).delete_flag := p_x_doc_type_assoc_tbl(i).delete_flag;
170: l_doc_type_assoc_tbl(i).object_version_number := p_x_doc_type_assoc_tbl(i).object_version_number;
171: --Standard check for messages
172: l_msg_count := FND_MSG_PUB.count_msg;
173:
174: IF l_msg_count > 0 THEN
175: X_msg_count := l_msg_count;

Line 270: -- Standard check for messages assigns out variable

266: x_msg_count => l_msg_count,
267: x_msg_data => l_msg_data
268: );
269:
270: -- Standard check for messages assigns out variable
271: l_msg_count := FND_MSG_PUB.count_msg;
272:
273: IF l_msg_count > 0 THEN
274: X_msg_count := l_msg_count;

Line 360: --Standard check for commit

356: /* End ; Date : Dec 20 2001 */
357: /*---------------------------------------------------------*/
358:
359:
360: --Standard check for commit
361: IF FND_API.TO_BOOLEAN(p_commit) THEN
362: COMMIT;
363: END IF;
364: -- Debug info

Line 490: -- Standard Start of API savepoint

486:
487:
488:
489: BEGIN
490: -- Standard Start of API savepoint
491: SAVEPOINT modify_doc_type_assoc;
492: -- Check if API is called in debug mode. If yes, enable debug.
493: IF G_DEBUG='Y' THEN
494: AHL_DEBUG_PUB.enable_debug;

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

500: AHL_DEBUG_PUB.debug( 'enter ahl_di_pro_type_aso_pub.Modify Doc Type','+DOCTY+');
501:
502: END IF;
503: END IF;
504: -- Standard call to check for call compatibility.
505: IF FND_API.to_boolean(l_init_msg_list)
506: THEN
507: FND_MSG_PUB.initialize;
508: END IF;

Line 590: --Standard check for messages

586: l_doc_type_assoc_tbl(i).attribute14 := p_x_doc_type_assoc_tbl(i).attribute14;
587: l_doc_type_assoc_tbl(i).attribute15 := p_x_doc_type_assoc_tbl(i).attribute15;
588: l_doc_type_assoc_tbl(i).delete_flag := p_x_doc_type_assoc_tbl(i).delete_flag;
589: l_doc_type_assoc_tbl(i).object_version_number := p_x_doc_type_assoc_tbl(i).object_version_number;
590: --Standard check for messages
591: l_msg_count := FND_MSG_PUB.count_msg;
592:
593: IF l_msg_count > 0 THEN
594: X_msg_count := l_msg_count;

Line 776: --Standard check for commit

772:
773:
774:
775:
776: --Standard check for commit
777: IF FND_API.TO_BOOLEAN(p_commit) THEN
778: COMMIT;
779: END IF;
780: -- Debug info