DBA Data[Home] [Help]

APPS.INV_LABEL_PVT13 dependencies on FND_MSG_PUB

Line 660: fnd_msg_pub.ADD;

656: );
657:
658: IF l_return_status <> 'S' THEN
659: fnd_message.set_name('WMS', 'WMS_LABL_RULE_ENGINE_FAILED');
660: fnd_msg_pub.ADD;
661: l_label_format := p_label_type_info.default_format_id;
662: l_label_format_id := p_label_type_info.default_format_name;
663: l_label_status := INV_LABEL.G_ERROR;
664: END IF;

Line 790: fnd_msg_pub.ADD;

786: IF (c_sql_stmt%rowcount=1 AND l_sql_stmt_result IS NULL) THEN
787: x_return_status := FND_API.G_RET_STS_SUCCESS;
788: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
789: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
790: fnd_msg_pub.ADD;
791: -- Fix for bug: 4179593 Start
792: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
793: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
794: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

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

788: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
789: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
790: fnd_msg_pub.ADD;
791: -- Fix for bug: 4179593 Start
792: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
793: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
794: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
795: l_CustSqlWarnFlagSet := TRUE;
796: -- Fix for bug: 4179593 End

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

789: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
790: fnd_msg_pub.ADD;
791: -- Fix for bug: 4179593 Start
792: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
793: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
794: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
795: l_CustSqlWarnFlagSet := TRUE;
796: -- Fix for bug: 4179593 End
797: IF (l_debug = 1) THEN

Line 811: fnd_msg_pub.ADD;

807: END IF;
808: x_return_status := FND_API.G_RET_STS_SUCCESS;
809: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
810: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
811: fnd_msg_pub.ADD;
812: -- Fix for bug: 4179593 Start
813: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
814: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
815: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

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

809: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
810: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
811: fnd_msg_pub.ADD;
812: -- Fix for bug: 4179593 Start
813: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
814: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
815: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
816: l_CustSqlWarnFlagSet := TRUE;
817: -- Fix for bug: 4179593 End

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

810: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
811: fnd_msg_pub.ADD;
812: -- Fix for bug: 4179593 Start
813: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
814: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
815: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
816: l_CustSqlWarnFlagSet := TRUE;
817: -- Fix for bug: 4179593 End
818: ELSIF c_sql_stmt%rowcount>=2 THEN

Line 827: fnd_msg_pub.ADD;

823: l_sql_stmt_result := NULL;
824: x_return_status := FND_API.G_RET_STS_SUCCESS;
825: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
826: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
827: fnd_msg_pub.ADD;
828: -- Fix for bug: 4179593 Start
829: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
830: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
831: l_CustSqlErrMsg := l_custom_sql_ret_msg;

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

825: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
826: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
827: fnd_msg_pub.ADD;
828: -- Fix for bug: 4179593 Start
829: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
830: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
831: l_CustSqlErrMsg := l_custom_sql_ret_msg;
832: l_CustSqlErrFlagSet := TRUE;
833: -- Fix for bug: 4179593 End

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

826: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
827: fnd_msg_pub.ADD;
828: -- Fix for bug: 4179593 Start
829: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
830: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
831: l_CustSqlErrMsg := l_custom_sql_ret_msg;
832: l_CustSqlErrFlagSet := TRUE;
833: -- Fix for bug: 4179593 End
834: END IF;

Line 849: fnd_msg_pub.ADD;

845: trace('Custom Labels Trace [INVLA13B.pls]: Unexpected Error has occured in GET_VARIABLES_DATA');
846: END IF;
847: x_return_status := FND_API.G_RET_STS_ERROR;
848: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
849: fnd_msg_pub.ADD;
850: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
851: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
852: END;
853: IF (l_debug = 1) THEN

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

846: END IF;
847: x_return_status := FND_API.G_RET_STS_ERROR;
848: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
849: fnd_msg_pub.ADD;
850: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
851: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
852: END;
853: IF (l_debug = 1) THEN
854: trace('Custom Labels Trace [INVLA13B.pls]: At Breadcrumb 6');