DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on STANDARD

Line 166: -- Standard start of API savepoint

162:
163: --
164: Begin
165:
166: -- Standard start of API savepoint
167: Savepoint perform_part_changes_pvt;
168:
169: -- Standard call to check for call compatibility
170: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

165:
166: -- Standard start of API savepoint
167: Savepoint perform_part_changes_pvt;
168:
169: -- Standard call to check for call compatibility
170: IF NOT FND_API.Compatible_API_Call(l_api_version,
171: p_api_version,
172: l_api_name,
173: G_PKG_NAME) THEN

Line 500: -- Standard check of p_commit

496: END IF;
497:
498: */
499:
500: -- Standard check of p_commit
501: IF FND_API.To_Boolean(p_commit) THEN
502: COMMIT WORK;
503: END IF;
504:

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

508: IF G_DEBUG = 'Y' THEN
509: AHL_DEBUG_PUB.debug('Completed Processing. Checking for errors', '');
510: END IF;
511:
512: -- Standard call to get message count and if count is 1, get message
513: FND_MSG_PUB.Count_And_Get
514: ( p_count => x_msg_count,
515: p_data => x_msg_data,
516: p_encoded => fnd_api.g_false);

Line 3180: -- Standard start of API savepoint

3176: fnd_log.string(l_debug_proc,l_debug_module,
3177: 'At Start of procedure AHL_PRD_PARTS_CHANGE_PVT.ReturnTo_Workorder_Locator');
3178: END IF;
3179:
3180: -- Standard start of API savepoint
3181: Savepoint ReturnTo_Workorder_Locator_pvt;
3182:
3183: -- Initialize message list if p_init_msg_list is set to TRUE
3184: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 3434: -- Standard start of API savepoint

3430:
3431:
3432:
3433: BEGIN
3434: -- Standard start of API savepoint
3435: SAVEPOINT MOVE_INSTANCE_LOCATION;
3436:
3437: IF (fnd_log.level_procedure >= fnd_log.g_current_runtime_level)THEN
3438: fnd_log.string

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

3442: 'At the start of PLSQL procedure'
3443: );
3444: END IF;
3445:
3446: -- Standard call to check for call compatibility
3447: IF NOT FND_API.Compatible_API_Call(l_api_version,
3448: p_api_version,
3449: l_api_name,
3450: G_PKG_NAME) THEN

Line 3563: -- Standard check of p_commit

3559: END IF;
3560: END IF;
3561: END LOOP;
3562:
3563: -- Standard check of p_commit
3564: IF FND_API.To_Boolean(p_commit) THEN
3565: COMMIT WORK;
3566: END IF;
3567:

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

3566: END IF;
3567:
3568:
3569:
3570: -- Standard call to get message count and if count is 1, get message
3571: FND_MSG_PUB.Count_And_Get
3572: ( p_count => x_msg_count,
3573: p_data => x_msg_data,
3574: p_encoded => fnd_api.g_false);

Line 3908: --Standard check to count messages

3904: FND_MESSAGE.Set_Name('AHL','AHL_PRD_INV_CURR_LOC');
3905: FND_MESSAGE.Set_Token('INST',l_instance_rec.instance_id);
3906: FND_MSG_PUB.ADD;
3907: END IF;
3908: --Standard check to count messages
3909: IF Fnd_Msg_Pub.count_msg > 0 THEN
3910: x_return_status := Fnd_Api.G_RET_STS_ERROR;
3911: RAISE Fnd_Api.G_EXC_ERROR;
3912: END IF;

Line 4850: -- Standard start of API savepoint

4846: fnd_log.string(l_debug_proc,l_debug_module,
4847: 'At Start of procedure AHL_PRD_PARTS_CHANGE_PVT.Update_Part_Condition');
4848: END IF;
4849:
4850: -- Standard start of API savepoint
4851: Savepoint Update_Part_Condition_pvt_S;
4852:
4853: -- Initialize message list if p_init_msg_list is set to TRUE
4854: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 5009: -- Standard check of p_commit

5005: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
5006: ROLLBACK to Update_Part_Condition_pvt_S;
5007: END IF;
5008:
5009: -- Standard check of p_commit
5010: IF FND_API.To_Boolean(p_commit) THEN
5011: COMMIT WORK;
5012: END IF;
5013: