DBA Data[Home] [Help]

APPS.AHL_LTP_RESRC_LEVL_PUB dependencies on STANDARD

Line 56: -- Standard Start of API savepoint

52: l_department_id NUMBER := null;
53: BEGIN
54:
55: --------------------Initialize ----------------------------------
56: -- Standard Start of API savepoint
57: SAVEPOINT derive_resource_capacity;
58: -- Check if API is called in debug mode. If yes, enable debug.
59: IF G_DEBUG='Y' THEN
60: AHL_DEBUG_PUB.enable_debug;

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

62: -- Debug info.
63: IF G_DEBUG='Y' THEN
64: AHL_DEBUG_PUB.debug( 'enter ahl_ltp_resrc_levl_pub. derive resource capacity','+RESLG+');
65: END IF;
66: -- Standard call to check for call compatibility.
67: IF FND_API.to_boolean(p_init_msg_list)
68: THEN
69: FND_MSG_PUB.initialize;
70: END IF;

Line 154: --Standard check to count messages

150: END IF;
151: END IF;
152:
153: ------------------------End of Body---------------------------------------
154: --Standard check to count messages
155: l_msg_count := Fnd_Msg_Pub.count_msg;
156:
157: IF l_msg_count > 0 THEN
158: X_msg_count := l_msg_count;

Line 163: --Standard check for commit

159: X_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
160: RAISE Fnd_Api.G_EXC_ERROR;
161: END IF;
162:
163: --Standard check for commit
164: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
165: COMMIT;
166: END IF;
167: -- Debug info

Line 265: -- Standard Start of API savepoint

261: l_department_id NUMBER;
262: BEGIN
263:
264: --------------------Initialize ----------------------------------
265: -- Standard Start of API savepoint
266: SAVEPOINT derive_resource_consum;
267: -- Check if API is called in debug mode. If yes, enable debug.
268: IF G_DEBUG='Y' THEN
269: AHL_DEBUG_PUB.enable_debug;

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

271: -- Debug info.
272: IF G_DEBUG='Y' THEN
273: AHL_DEBUG_PUB.debug( 'enter ahl_ltp_resrc_levl_pub. derive resource consum','+RESLG+');
274: END IF;
275: -- Standard call to check for call compatibility.
276: IF FND_API.to_boolean(p_init_msg_list)
277: THEN
278: FND_MSG_PUB.initialize;
279: END IF;

Line 374: --Standard check to count messages

370: END IF;
371:
372:
373: ------------------------End of Body---------------------------------------
374: --Standard check to count messages
375: l_msg_count := Fnd_Msg_Pub.count_msg;
376:
377: IF l_msg_count > 0 THEN
378: X_msg_count := l_msg_count;

Line 383: --Standard check for commit

379: X_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
380: RAISE Fnd_Api.G_EXC_ERROR;
381: END IF;
382:
383: --Standard check for commit
384: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
385: COMMIT;
386: END IF;
387: -- Debug info