DBA Data[Home] [Help]

APPS.INV_UTIL dependencies on STANDARD

Line 29: -- Standard Start of API savepoint

25: IF (l_debug = 1) THEN
26: inv_log_util.trace('Begin insert_mmtt: action_id: ' || p_mmtt_rec.transaction_action_id, g_pkg_name, 9);
27: END IF;
28:
29: -- Standard Start of API savepoint
30: SAVEPOINT sp_insert_mmtt;
31: -- Standard call to check for call compatibility.
32: IF NOT FND_API.Compatible_API_Call ( l_api_version,
33: p_api_version,

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

27: END IF;
28:
29: -- Standard Start of API savepoint
30: SAVEPOINT sp_insert_mmtt;
31: -- Standard call to check for call compatibility.
32: IF NOT FND_API.Compatible_API_Call ( l_api_version,
33: p_api_version,
34: l_api_name,
35: g_pkg_name)

Line 251: ,STANDARD_OPERATION_ID

247: ,COMMON_ROUTING_SEQ_ID
248: ,ORG_COST_GROUP_ID
249: ,COST_TYPE_ID
250: ,TRANSACTION_STATUS
251: ,STANDARD_OPERATION_ID
252: ,TASK_PRIORITY
253: ,WMS_TASK_TYPE
254: ,PARENT_LINE_ID
255: ,LPN_ID

Line 467: ,p_mmtt_rec.STANDARD_OPERATION_ID

463: ,p_mmtt_rec.COMMON_ROUTING_SEQ_ID
464: ,p_mmtt_rec.ORG_COST_GROUP_ID
465: ,p_mmtt_rec.COST_TYPE_ID
466: ,p_mmtt_rec.TRANSACTION_STATUS
467: ,p_mmtt_rec.STANDARD_OPERATION_ID
468: ,p_mmtt_rec.TASK_PRIORITY
469: ,p_mmtt_rec.WMS_TASK_TYPE
470: ,p_mmtt_rec.PARENT_LINE_ID
471: ,p_mmtt_rec.LPN_ID

Line 497: -- Standard check of p_commit.

493: ,p_mmtt_rec.SECONDARY_TRANSACTION_QUANTITY
494: ,p_mmtt_rec.TRANSACTION_BATCH_ID
495: ,p_mmtt_rec.TRANSACTION_BATCH_SEQ);
496:
497: -- Standard check of p_commit.
498: IF FND_API.To_Boolean( p_commit ) THEN
499: COMMIT WORK;
500: IF (l_debug = 1) THEN
501: inv_log_util.trace('Inserted a New Record in MMTT', g_pkg_name, 9);

Line 505: -- Standard call to get message count and if count is 1, get message info.

501: inv_log_util.trace('Inserted a New Record in MMTT', g_pkg_name, 9);
502: END IF;
503: END IF;
504:
505: -- Standard call to get message count and if count is 1, get message info.
506: FND_MSG_PUB.Count_And_Get
507: (p_count => x_msg_count,
508: p_data => x_msg_data);
509:

Line 574: -- Standard Start of API savepoint

570: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
571: BEGIN
572: x_return_status := fnd_api.g_ret_sts_success;
573:
574: -- Standard Start of API savepoint
575: SAVEPOINT sp_insert_mtlt;
576: -- Standard call to check for call compatibility.
577: IF NOT FND_API.Compatible_API_Call ( l_api_version,
578: p_api_version,

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

572: x_return_status := fnd_api.g_ret_sts_success;
573:
574: -- Standard Start of API savepoint
575: SAVEPOINT sp_insert_mtlt;
576: -- Standard call to check for call compatibility.
577: IF NOT FND_API.Compatible_API_Call ( l_api_version,
578: p_api_version,
579: l_api_name,
580: g_pkg_name)

Line 830: -- Standard Start of API savepoint

826: l_debug number := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
827: BEGIN
828: x_return_status := fnd_api.g_ret_sts_success;
829:
830: -- Standard Start of API savepoint
831: SAVEPOINT sp_insert_mmtt;
832: -- Standard call to check for call compatibility.
833: IF NOT FND_API.Compatible_API_Call ( l_api_version,
834: p_api_version,

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

828: x_return_status := fnd_api.g_ret_sts_success;
829:
830: -- Standard Start of API savepoint
831: SAVEPOINT sp_insert_mmtt;
832: -- Standard call to check for call compatibility.
833: IF NOT FND_API.Compatible_API_Call ( l_api_version,
834: p_api_version,
835: l_api_name,
836: g_pkg_name)