DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on STANDARD

Line 151: -- Standard start of API savepoint

147:
148: --
149: Begin
150:
151: -- Standard start of API savepoint
152: Savepoint perform_part_changes_pvt;
153:
154: -- Standard call to check for call compatibility
155: IF NOT FND_API.Compatible_API_Call(l_api_version,

Line 154: -- Standard call to check for call compatibility

150:
151: -- Standard start of API savepoint
152: Savepoint perform_part_changes_pvt;
153:
154: -- Standard call to check for call compatibility
155: IF NOT FND_API.Compatible_API_Call(l_api_version,
156: p_api_version,
157: l_api_name,
158: G_PKG_NAME) THEN

Line 467: -- Standard check of p_commit

463: END IF;
464:
465: */
466:
467: -- Standard check of p_commit
468: IF FND_API.To_Boolean(p_commit) THEN
469: COMMIT WORK;
470: END IF;
471:

Line 479: -- Standard call to get message count and if count is 1, get message

475: IF G_DEBUG = 'Y' THEN
476: AHL_DEBUG_PUB.debug('Completed Processing. Checking for errors', '');
477: END IF;
478:
479: -- Standard call to get message count and if count is 1, get message
480: FND_MSG_PUB.Count_And_Get
481: ( p_count => x_msg_count,
482: p_data => x_msg_data,
483: p_encoded => fnd_api.g_false);

Line 3123: -- Standard start of API savepoint

3119: fnd_log.string(l_debug_proc,l_debug_module,
3120: 'At Start of procedure AHL_PRD_PARTS_CHANGE_PVT.ReturnTo_Workorder_Locator');
3121: END IF;
3122:
3123: -- Standard start of API savepoint
3124: Savepoint ReturnTo_Workorder_Locator_pvt;
3125:
3126: -- Initialize message list if p_init_msg_list is set to TRUE
3127: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 3377: -- Standard start of API savepoint

3373:
3374:
3375:
3376: BEGIN
3377: -- Standard start of API savepoint
3378: SAVEPOINT MOVE_INSTANCE_LOCATION;
3379:
3380: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)THEN
3381: fnd_log.string

Line 3389: -- Standard call to check for call compatibility

3385: 'At the start of PLSQL procedure'
3386: );
3387: END IF;
3388:
3389: -- Standard call to check for call compatibility
3390: IF NOT FND_API.Compatible_API_Call(l_api_version,
3391: p_api_version,
3392: l_api_name,
3393: G_PKG_NAME) THEN

Line 3506: -- Standard check of p_commit

3502: END IF;
3503: END IF;
3504: END LOOP;
3505:
3506: -- Standard check of p_commit
3507: IF FND_API.To_Boolean(p_commit) THEN
3508: COMMIT WORK;
3509: END IF;
3510:

Line 3513: -- Standard call to get message count and if count is 1, get message

3509: END IF;
3510:
3511:
3512:
3513: -- Standard call to get message count and if count is 1, get message
3514: FND_MSG_PUB.Count_And_Get
3515: ( p_count => x_msg_count,
3516: p_data => x_msg_data,
3517: p_encoded => fnd_api.g_false);

Line 3851: --Standard check to count messages

3847: FND_MESSAGE.Set_Name('AHL','AHL_PRD_INV_CURR_LOC');
3848: FND_MESSAGE.Set_Token('INST',l_instance_rec.instance_id);
3849: FND_MSG_PUB.ADD;
3850: END IF;
3851: --Standard check to count messages
3852: IF Fnd_Msg_Pub.count_msg > 0 THEN
3853: x_return_status := Fnd_Api.G_RET_STS_ERROR;
3854: RAISE Fnd_Api.G_EXC_ERROR;
3855: END IF;