DBA Data[Home] [Help]

APPS.AHL_APPR_SPACE_UNAVL_PUB dependencies on STANDARD

Line 58: -- Standard Start of API savepoint

54: l_msg_data VARCHAR2(2000);
55: --
56: BEGIN
57: --------------------Initialize ----------------------------------
58: -- Standard Start of API savepoint
59: SAVEPOINT process_space_restriction;
60: -- Check if API is called in debug mode. If yes, enable debug.
61: IF G_DEBUG='Y' THEN
62: AHL_DEBUG_PUB.enable_debug;

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

64: -- Debug info.
65: IF G_DEBUG='Y' THEN
66: AHL_DEBUG_PUB.debug( 'enter ahl_appr_space_unavl_pub.Process Space Restriction','+SUAVL+');
67: END IF;
68: -- Standard call to check for call compatibility.
69: IF FND_API.to_boolean(p_init_msg_list)
70: THEN
71: FND_MSG_PUB.initialize;
72: END IF;

Line 131: --Standard check to count messages

127: END LOOP;
128: END IF;
129:
130: ------------------------End of Body---------------------------------------
131: --Standard check to count messages
132: l_msg_count := Fnd_Msg_Pub.count_msg;
133:
134: IF l_msg_count > 0 THEN
135: X_msg_count := l_msg_count;

Line 140: --Standard check for commit

136: X_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
137: RAISE Fnd_Api.G_EXC_ERROR;
138: END IF;
139:
140: --Standard check for commit
141: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
142: COMMIT;
143: END IF;
144: -- Debug info