DBA Data[Home] [Help]

APPS.AHL_DI_DOC_REVISION_PUB dependencies on STANDARD

Line 150: -- Standard Start of API savepoint

146: l_enigma_model_meaning VARCHAR2(80);
147: --pekambar Enigma Phase II changes -- end
148:
149: BEGIN
150: -- Standard Start of API savepoint
151: SAVEPOINT create_revision;
152: -- Check if API is called in debug mode. If yes, enable debug.
153: IF G_DEBUG='Y' THEN
154: AHL_DEBUG_PUB.enable_debug;

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

160: AHL_DEBUG_PUB.debug( 'enter ahl_di_doc_revision_pub.Create Revision','+REV+');
161:
162: END IF;
163: END IF;
164: -- Standard call to check for call compatibility.
165: IF FND_API.to_boolean(l_init_msg_list)
166: THEN
167: FND_MSG_PUB.initialize;
168: END IF;

Line 508: -- Standard call to get message count and if count is get message info.

504: l_revision_tbl(i).attribute15 := p_x_revision_tbl(i).attribute15;
505: l_revision_tbl(i).delete_flag := p_x_revision_tbl(i).delete_flag;
506: l_revision_tbl(i).object_version_number := p_x_revision_tbl(i).object_version_number;
507:
508: -- Standard call to get message count and if count is get message info.
509: l_msg_count := FND_MSG_PUB.count_msg;
510:
511: IF l_msg_count > 0 THEN
512: X_msg_count := l_msg_count;

Line 615: -- Standard call to get message count and if count is get message info.

611: x_msg_count => l_msg_count,
612: x_msg_data => l_msg_data
613: );
614:
615: -- Standard call to get message count and if count is get message info.
616:
617: l_msg_count := FND_MSG_PUB.count_msg;
618:
619: IF l_msg_count > 0 THEN

Line 710: -- Standard check of p_commit.

706: /*---------------------------------------------------------*/
707:
708:
709:
710: -- Standard check of p_commit.
711: IF FND_API.TO_BOOLEAN(p_commit) THEN
712: COMMIT;
713: END IF;
714: -- Debug info

Line 890: -- Standard Start of API savepoint

886: l_enigma_model_meaning VARCHAR2(80);
887: --pekambar Enigma Phase II changes -- end
888:
889: BEGIN
890: -- Standard Start of API savepoint
891: SAVEPOINT modify_revision;
892: -- Check if API is called in debug mode. If yes, enable debug.
893: IF G_DEBUG='Y' THEN
894: AHL_DEBUG_PUB.enable_debug;

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

900: AHL_DEBUG_PUB.debug( 'enter ahl_di_doc_revision_pub.Modify Revision','+REV+');
901:
902: END IF;
903: END IF;
904: -- Standard call to check for call compatibility.
905: IF FND_API.to_boolean(l_init_msg_list)
906: THEN
907: FND_MSG_PUB.initialize;
908: END IF;

Line 1262: -- Standard call to get message count and if count is get message info.

1258: l_revision_tbl(i).attribute15 := p_x_revision_tbl(i).attribute15;
1259: l_revision_tbl(i).delete_flag := p_x_revision_tbl(i).delete_flag;
1260: l_revision_tbl(i).object_version_number := p_x_revision_tbl(i).object_version_number;
1261:
1262: -- Standard call to get message count and if count is get message info.
1263: l_msg_count := FND_MSG_PUB.count_msg;
1264:
1265: IF l_msg_count > 0 THEN
1266: X_msg_count := l_msg_count;

Line 1363: -- Standard call to get message count and if count is get message info.

1359: x_return_status => l_return_status,
1360: x_msg_count => l_msg_count,
1361: x_msg_data => l_msg_data
1362: );
1363: -- Standard call to get message count and if count is get message info.
1364: l_msg_count := FND_MSG_PUB.count_msg;
1365:
1366: IF l_msg_count > 0 THEN
1367: X_msg_count := l_msg_count;

Line 1452: -- Standard check of p_commit.

1448: /*---------------------------------------------------------*/
1449:
1450:
1451:
1452: -- Standard check of p_commit.
1453: IF FND_API.TO_BOOLEAN(p_commit) THEN
1454: COMMIT;
1455: END IF;
1456: -- Debug info