DBA Data[Home] [Help]

APPS.AHL_LTP_SPACE_UNAVL_PUB dependencies on AHL_DEBUG_PUB

Line 62: AHL_DEBUG_PUB.enable_debug;

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;
63: END IF;
64: -- Debug info.
65: IF G_DEBUG='Y' THEN
66: AHL_DEBUG_PUB.debug( 'enter ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');

Line 66: AHL_DEBUG_PUB.debug( 'enter ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');

62: AHL_DEBUG_PUB.enable_debug;
63: END IF;
64: -- Debug info.
65: IF G_DEBUG='Y' THEN
66: AHL_DEBUG_PUB.debug( 'enter ahl_ltp_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

Line 146: Ahl_Debug_Pub.debug( 'End of private api Process Space Restriction','+SUAVL+');

142: COMMIT;
143: END IF;
144: -- Debug info
145: IF G_DEBUG='Y' THEN
146: Ahl_Debug_Pub.debug( 'End of private api Process Space Restriction','+SUAVL+');
147: -- Check if API is called in debug mode. If yes, disable debug.
148: Ahl_Debug_Pub.disable_debug;
149: END IF;
150:

Line 148: Ahl_Debug_Pub.disable_debug;

144: -- Debug info
145: IF G_DEBUG='Y' THEN
146: Ahl_Debug_Pub.debug( 'End of private api Process Space Restriction','+SUAVL+');
147: -- Check if API is called in debug mode. If yes, disable debug.
148: Ahl_Debug_Pub.disable_debug;
149: END IF;
150:
151: EXCEPTION
152: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 160: AHL_DEBUG_PUB.log_app_messages (

156: p_count => x_msg_count,
157: p_data => x_msg_data);
158:
159: IF G_DEBUG='Y' THEN
160: AHL_DEBUG_PUB.log_app_messages (
161: x_msg_count, x_msg_data, 'ERROR' );
162: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');
163: END IF;
164: -- Check if API is called in debug mode. If yes, disable debug.

Line 162: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');

158:
159: IF G_DEBUG='Y' THEN
160: AHL_DEBUG_PUB.log_app_messages (
161: x_msg_count, x_msg_data, 'ERROR' );
162: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');
163: END IF;
164: -- Check if API is called in debug mode. If yes, disable debug.
165: AHL_DEBUG_PUB.disable_debug;
166:

Line 165: AHL_DEBUG_PUB.disable_debug;

161: x_msg_count, x_msg_data, 'ERROR' );
162: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');
163: END IF;
164: -- Check if API is called in debug mode. If yes, disable debug.
165: AHL_DEBUG_PUB.disable_debug;
166:
167: WHEN FND_API.G_EXC_ERROR THEN
168: ROLLBACK TO process_space_restriction;
169: X_return_status := FND_API.G_RET_STS_ERROR;

Line 175: AHL_DEBUG_PUB.log_app_messages (

171: p_count => x_msg_count,
172: p_data => X_msg_data);
173: -- Debug info.
174: IF G_DEBUG='Y' THEN
175: AHL_DEBUG_PUB.log_app_messages (
176: x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
177: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');
178: END IF;
179: -- Check if API is called in debug mode. If yes, disable debug.

Line 177: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');

173: -- Debug info.
174: IF G_DEBUG='Y' THEN
175: AHL_DEBUG_PUB.log_app_messages (
176: x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
177: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');
178: END IF;
179: -- Check if API is called in debug mode. If yes, disable debug.
180: AHL_DEBUG_PUB.disable_debug;
181:

Line 180: AHL_DEBUG_PUB.disable_debug;

176: x_msg_count, x_msg_data, 'UNEXPECTED ERROR' );
177: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');
178: END IF;
179: -- Check if API is called in debug mode. If yes, disable debug.
180: AHL_DEBUG_PUB.disable_debug;
181:
182: WHEN OTHERS THEN
183: ROLLBACK TO process_space_restriction;
184: X_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 197: AHL_DEBUG_PUB.log_app_messages (

193: p_data => X_msg_data);
194:
195: -- Debug info.
196: IF G_DEBUG='Y' THEN
197: AHL_DEBUG_PUB.log_app_messages (
198: x_msg_count, x_msg_data, 'SQL ERROR' );
199: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');
200: END IF;
201: -- Check if API is called in debug mode. If yes, disable debug.

Line 199: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');

195: -- Debug info.
196: IF G_DEBUG='Y' THEN
197: AHL_DEBUG_PUB.log_app_messages (
198: x_msg_count, x_msg_data, 'SQL ERROR' );
199: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');
200: END IF;
201: -- Check if API is called in debug mode. If yes, disable debug.
202: AHL_DEBUG_PUB.disable_debug;
203:

Line 202: AHL_DEBUG_PUB.disable_debug;

198: x_msg_count, x_msg_data, 'SQL ERROR' );
199: AHL_DEBUG_PUB.debug( 'ahl_ltp_space_unavl_pub.Process Space Restriction','+SUAVL+');
200: END IF;
201: -- Check if API is called in debug mode. If yes, disable debug.
202: AHL_DEBUG_PUB.disable_debug;
203:
204: END Process_Space_Restriction;
205:
206: END AHL_LTP_SPACE_UNAVL_PUB;