DBA Data[Home] [Help]

APPS.INV_LABEL_PVT16 dependencies on FND_MSG_PUB

Line 313: fnd_msg_pub.ADD;

309: );
310:
311: IF l_return_status <> 'S' THEN
312: fnd_message.set_name('WMS', 'WMS_LABL_RULE_ENGINE_FAILED');
313: fnd_msg_pub.ADD;
314: l_label_format := p_label_type_info.default_format_id;
315: l_label_format_id := p_label_type_info.default_format_name;
316: END IF;
317:

Line 500: fnd_msg_pub.ADD;

496: x_return_status := FND_API.G_RET_STS_SUCCESS;
497: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
498:
499: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
500: fnd_msg_pub.ADD;
501: -- Fix for bug: 4179593 Start
502: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
503: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
504: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

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

498:
499: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
500: fnd_msg_pub.ADD;
501: -- Fix for bug: 4179593 Start
502: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
503: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
504: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
505: l_CustSqlWarnFlagSet := TRUE;
506: -- Fix for bug: 4179593 End

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

499: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
500: fnd_msg_pub.ADD;
501: -- Fix for bug: 4179593 Start
502: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
503: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
504: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
505: l_CustSqlWarnFlagSet := TRUE;
506: -- Fix for bug: 4179593 End
507: IF (l_debug = 1) THEN

Line 522: fnd_msg_pub.ADD;

518: x_return_status := FND_API.G_RET_STS_SUCCESS;
519: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
520:
521: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
522: fnd_msg_pub.ADD;
523: /* Replaced following statement for Bug 4207625: Anupam Jain*/
524: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
525: -- Fix for bug: 4179593 Start
526: --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 524: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/

520:
521: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
522: fnd_msg_pub.ADD;
523: /* Replaced following statement for Bug 4207625: Anupam Jain*/
524: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
525: -- Fix for bug: 4179593 Start
526: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
527: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
528: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

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

522: fnd_msg_pub.ADD;
523: /* Replaced following statement for Bug 4207625: Anupam Jain*/
524: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
525: -- Fix for bug: 4179593 Start
526: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
527: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
528: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
529: l_CustSqlWarnFlagSet := TRUE;
530: -- Fix for bug: 4179593 End

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

523: /* Replaced following statement for Bug 4207625: Anupam Jain*/
524: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
525: -- Fix for bug: 4179593 Start
526: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
527: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
528: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
529: l_CustSqlWarnFlagSet := TRUE;
530: -- Fix for bug: 4179593 End
531: ELSIF c_sql_stmt%rowcount>=2 THEN

Line 540: fnd_msg_pub.ADD;

536: l_sql_stmt_result := NULL;
537: x_return_status := FND_API.G_RET_STS_SUCCESS;
538: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
539: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
540: fnd_msg_pub.ADD;
541: /* Replaced following statement for Bug 4207625: Anupam Jain*/
542: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
543: -- Fix for bug: 4179593 Start
544: --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 542: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/

538: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
539: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
540: fnd_msg_pub.ADD;
541: /* Replaced following statement for Bug 4207625: Anupam Jain*/
542: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
543: -- Fix for bug: 4179593 Start
544: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
545: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
546: l_CustSqlErrMsg := l_custom_sql_ret_msg;

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

540: fnd_msg_pub.ADD;
541: /* Replaced following statement for Bug 4207625: Anupam Jain*/
542: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
543: -- Fix for bug: 4179593 Start
544: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
545: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
546: l_CustSqlErrMsg := l_custom_sql_ret_msg;
547: l_CustSqlErrFlagSet := TRUE;
548: -- Fix for bug: 4179593 End

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

541: /* Replaced following statement for Bug 4207625: Anupam Jain*/
542: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
543: -- Fix for bug: 4179593 Start
544: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
545: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
546: l_CustSqlErrMsg := l_custom_sql_ret_msg;
547: l_CustSqlErrFlagSet := TRUE;
548: -- Fix for bug: 4179593 End
549: END IF;

Line 564: fnd_msg_pub.ADD;

560: trace('Custom Labels Trace [INVLA16B.pls]: Unexpected Error has occured in GET_VARIABLES_DATA');
561: END IF;
562: x_return_status := FND_API.G_RET_STS_ERROR;
563: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
564: fnd_msg_pub.ADD;
565: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
566: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
567: END;
568: IF (l_debug = 1) THEN

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

561: END IF;
562: x_return_status := FND_API.G_RET_STS_ERROR;
563: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
564: fnd_msg_pub.ADD;
565: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
566: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
567: END;
568: IF (l_debug = 1) THEN
569: trace('Custom Labels Trace [INVLA16B.pls]: At Breadcrumb 6');