DBA Data[Home] [Help]

APPS.INV_LABEL_PVT6 dependencies on FND_MSG_PUB

Line 366: FND_MSG_PUB.ADD;

362: trace('did apply label ' || l_label_format || ',' || l_label_format_id);
363: END IF;
364: IF l_return_status <> 'S' THEN
365: FND_MESSAGE.SET_NAME('WMS', 'WMS_LABL_RULE_ENGINE_FAILED');
366: FND_MSG_PUB.ADD;
367: l_label_format:= p_label_type_info.default_format_id;
368: l_label_format_id:= p_label_type_info.default_format_name;
369: END IF;
370: IF (l_debug = 1) THEN

Line 532: fnd_msg_pub.ADD;

528: IF (c_sql_stmt%rowcount=1 AND l_sql_stmt_result IS NULL) THEN
529: x_return_status := FND_API.G_RET_STS_SUCCESS;
530: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
531: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
532: fnd_msg_pub.ADD;
533: -- Fix for bug: 4179593 Start
534: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
535: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
536: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

Line 534: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);

530: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
531: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
532: fnd_msg_pub.ADD;
533: -- Fix for bug: 4179593 Start
534: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
535: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
536: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
537: l_CustSqlWarnFlagSet := TRUE;
538: -- Fix for bug: 4179593 End

Line 535: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);

531: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
532: fnd_msg_pub.ADD;
533: -- Fix for bug: 4179593 Start
534: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
535: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
536: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
537: l_CustSqlWarnFlagSet := TRUE;
538: -- Fix for bug: 4179593 End
539: IF (l_debug = 1) THEN

Line 553: fnd_msg_pub.ADD;

549: END IF;
550: x_return_status := FND_API.G_RET_STS_SUCCESS;
551: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
552: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
553: fnd_msg_pub.ADD;
554: /* Replaced following statement for Bug 4207625: Anupam Jain*/
555: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
556: -- Fix for bug: 4179593 Start
557: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);

Line 555: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/

551: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
552: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
553: fnd_msg_pub.ADD;
554: /* Replaced following statement for Bug 4207625: Anupam Jain*/
555: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
556: -- Fix for bug: 4179593 Start
557: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
558: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
559: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

Line 557: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);

553: fnd_msg_pub.ADD;
554: /* Replaced following statement for Bug 4207625: Anupam Jain*/
555: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
556: -- Fix for bug: 4179593 Start
557: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
558: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
559: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
560: l_CustSqlWarnFlagSet := TRUE;
561: -- Fix for bug: 4179593 End

Line 558: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);

554: /* Replaced following statement for Bug 4207625: Anupam Jain*/
555: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
556: -- Fix for bug: 4179593 Start
557: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
558: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
559: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
560: l_CustSqlWarnFlagSet := TRUE;
561: -- Fix for bug: 4179593 End
562: ELSIF c_sql_stmt%rowcount>=2 THEN

Line 571: fnd_msg_pub.ADD;

567: l_sql_stmt_result := NULL;
568: x_return_status := FND_API.G_RET_STS_SUCCESS;
569: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
570: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
571: fnd_msg_pub.ADD;
572: /* Replaced following statement for Bug 4207625: Anupam Jain*/
573: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
574: -- Fix for bug: 4179593 Start
575: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);

Line 573: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/

569: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
570: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
571: fnd_msg_pub.ADD;
572: /* Replaced following statement for Bug 4207625: Anupam Jain*/
573: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
574: -- Fix for bug: 4179593 Start
575: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
576: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
577: l_CustSqlErrMsg := l_custom_sql_ret_msg;

Line 575: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);

571: fnd_msg_pub.ADD;
572: /* Replaced following statement for Bug 4207625: Anupam Jain*/
573: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
574: -- Fix for bug: 4179593 Start
575: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
576: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
577: l_CustSqlErrMsg := l_custom_sql_ret_msg;
578: l_CustSqlErrFlagSet := TRUE;
579: -- Fix for bug: 4179593 End

Line 576: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);

572: /* Replaced following statement for Bug 4207625: Anupam Jain*/
573: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
574: -- Fix for bug: 4179593 Start
575: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
576: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
577: l_CustSqlErrMsg := l_custom_sql_ret_msg;
578: l_CustSqlErrFlagSet := TRUE;
579: -- Fix for bug: 4179593 End
580: END IF;

Line 595: fnd_msg_pub.ADD;

591: trace('Custom Labels Trace [INVLAP6B.pls]: Unexpected Error has occured in GET_VARIABLES_DATA');
592: END IF;
593: x_return_status := FND_API.G_RET_STS_ERROR;
594: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
595: fnd_msg_pub.ADD;
596: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
597: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
598: END;
599: IF (l_debug = 1) THEN

Line 596: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);

592: END IF;
593: x_return_status := FND_API.G_RET_STS_ERROR;
594: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
595: fnd_msg_pub.ADD;
596: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
597: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
598: END;
599: IF (l_debug = 1) THEN
600: trace('Custom Labels Trace [INVLAP6B.pls]: At Breadcrumb 6');