DBA Data[Home] [Help]

APPS.AHL_DI_DOC_REVISION_PUB dependencies on STANDARD

Line 146: -- Standard Start of API savepoint

142: l_sysdate DATE;
143:
144:
145: BEGIN
146: -- Standard Start of API savepoint
147: SAVEPOINT create_revision;
148: -- Check if API is called in debug mode. If yes, enable debug.
149: IF G_DEBUG='Y' THEN
150: AHL_DEBUG_PUB.enable_debug;

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

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

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

495: l_revision_tbl(i).attribute15 := p_x_revision_tbl(i).attribute15;
496: l_revision_tbl(i).delete_flag := p_x_revision_tbl(i).delete_flag;
497: l_revision_tbl(i).object_version_number := p_x_revision_tbl(i).object_version_number;
498:
499: -- Standard call to get message count and if count is get message info.
500: l_msg_count := FND_MSG_PUB.count_msg;
501:
502: IF l_msg_count > 0 THEN
503: X_msg_count := l_msg_count;

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

602: x_msg_count => l_msg_count,
603: x_msg_data => l_msg_data
604: );
605:
606: -- Standard call to get message count and if count is get message info.
607:
608: l_msg_count := FND_MSG_PUB.count_msg;
609:
610: IF l_msg_count > 0 THEN

Line 701: -- Standard check of p_commit.

697: /*---------------------------------------------------------*/
698:
699:
700:
701: -- Standard check of p_commit.
702: IF FND_API.TO_BOOLEAN(p_commit) THEN
703: COMMIT;
704: END IF;
705: -- Debug info

Line 867: -- Standard Start of API savepoint

863: l_current_revision_date DATE;
864:
865:
866: BEGIN
867: -- Standard Start of API savepoint
868: SAVEPOINT modify_revision;
869: -- Check if API is called in debug mode. If yes, enable debug.
870: IF G_DEBUG='Y' THEN
871: AHL_DEBUG_PUB.enable_debug;

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

877: AHL_DEBUG_PUB.debug( 'enter ahl_di_doc_revision_pub.Modify Revision','+REV+');
878:
879: END IF;
880: END IF;
881: -- Standard call to check for call compatibility.
882: IF FND_API.to_boolean(l_init_msg_list)
883: THEN
884: FND_MSG_PUB.initialize;
885: END IF;

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

1222: l_revision_tbl(i).attribute15 := p_x_revision_tbl(i).attribute15;
1223: l_revision_tbl(i).delete_flag := p_x_revision_tbl(i).delete_flag;
1224: l_revision_tbl(i).object_version_number := p_x_revision_tbl(i).object_version_number;
1225:
1226: -- Standard call to get message count and if count is get message info.
1227: l_msg_count := FND_MSG_PUB.count_msg;
1228:
1229: IF l_msg_count > 0 THEN
1230: X_msg_count := l_msg_count;

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

1323: x_return_status => l_return_status,
1324: x_msg_count => l_msg_count,
1325: x_msg_data => l_msg_data
1326: );
1327: -- Standard call to get message count and if count is get message info.
1328: l_msg_count := FND_MSG_PUB.count_msg;
1329:
1330: IF l_msg_count > 0 THEN
1331: X_msg_count := l_msg_count;

Line 1416: -- Standard check of p_commit.

1412: /*---------------------------------------------------------*/
1413:
1414:
1415:
1416: -- Standard check of p_commit.
1417: IF FND_API.TO_BOOLEAN(p_commit) THEN
1418: COMMIT;
1419: END IF;
1420: -- Debug info