DBA Data[Home] [Help]

APPS.INV_LABEL_PVT4 dependencies on FND_MSG_PUB

Line 2275: FND_MSG_PUB.ADD;

2271: x_label_request_id =>l_label_request_id);
2272:
2273: IF l_return_status <> 'S' THEN
2274: FND_MESSAGE.SET_NAME('WMS', 'WMS_LABL_RULE_ENGINE_FAILED');
2275: FND_MSG_PUB.ADD;
2276: l_label_format_set_id:= p_label_type_info.default_format_id;
2277: l_label_format := p_label_type_info.default_format_name;
2278: END IF;
2279:

Line 2354: FND_MSG_PUB.ADD;

2350: x_label_request_id =>l_label_request_id);
2351:
2352: IF l_return_status <> 'S' THEN
2353: FND_MESSAGE.SET_NAME('WMS', 'WMS_LABL_RULE_ENGINE_FAILED');
2354: FND_MSG_PUB.ADD;
2355: l_label_format_id:= p_label_type_info.default_format_id;
2356: l_label_format := p_label_type_info.default_format_name;
2357: END IF;
2358:

Line 2635: fnd_msg_pub.ADD;

2631: IF (c_sql_stmt%rowcount=1 AND l_sql_stmt_result IS NULL) THEN
2632: x_return_status := FND_API.G_RET_STS_SUCCESS;
2633: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
2634: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
2635: fnd_msg_pub.ADD;
2636: -- Fix for bug: 4179593 Start
2637: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
2638: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
2639: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

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

2633: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
2634: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
2635: fnd_msg_pub.ADD;
2636: -- Fix for bug: 4179593 Start
2637: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
2638: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
2639: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
2640: l_CustSqlWarnFlagSet := TRUE;
2641: -- Fix for bug: 4179593 End

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

2634: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
2635: fnd_msg_pub.ADD;
2636: -- Fix for bug: 4179593 Start
2637: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
2638: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
2639: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
2640: l_CustSqlWarnFlagSet := TRUE;
2641: -- Fix for bug: 4179593 End
2642: IF (l_debug = 1) THEN

Line 2656: fnd_msg_pub.ADD;

2652: END IF;
2653: x_return_status := FND_API.G_RET_STS_SUCCESS;
2654: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
2655: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
2656: fnd_msg_pub.ADD;
2657: /* Replaced following statement for Bug 4207625: Anupam Jain*/
2658: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
2659: -- Fix for bug: 4179593 Start
2660: --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 2658: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/

2654: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
2655: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
2656: fnd_msg_pub.ADD;
2657: /* Replaced following statement for Bug 4207625: Anupam Jain*/
2658: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
2659: -- Fix for bug: 4179593 Start
2660: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
2661: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
2662: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

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

2656: fnd_msg_pub.ADD;
2657: /* Replaced following statement for Bug 4207625: Anupam Jain*/
2658: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
2659: -- Fix for bug: 4179593 Start
2660: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
2661: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
2662: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
2663: l_CustSqlWarnFlagSet := TRUE;
2664: -- Fix for bug: 4179593 End

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

2657: /* Replaced following statement for Bug 4207625: Anupam Jain*/
2658: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
2659: -- Fix for bug: 4179593 Start
2660: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
2661: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
2662: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
2663: l_CustSqlWarnFlagSet := TRUE;
2664: -- Fix for bug: 4179593 End
2665: ELSIF c_sql_stmt%rowcount>=2 THEN

Line 2674: fnd_msg_pub.ADD;

2670: l_sql_stmt_result := NULL;
2671: x_return_status := FND_API.G_RET_STS_SUCCESS;
2672: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
2673: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
2674: fnd_msg_pub.ADD;
2675: /* Replaced following statement for Bug 4207625: Anupam Jain*/
2676: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
2677: -- Fix for bug: 4179593 Start
2678: --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 2676: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/

2672: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
2673: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
2674: fnd_msg_pub.ADD;
2675: /* Replaced following statement for Bug 4207625: Anupam Jain*/
2676: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
2677: -- Fix for bug: 4179593 Start
2678: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
2679: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
2680: l_CustSqlErrMsg := l_custom_sql_ret_msg;

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

2674: fnd_msg_pub.ADD;
2675: /* Replaced following statement for Bug 4207625: Anupam Jain*/
2676: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
2677: -- Fix for bug: 4179593 Start
2678: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
2679: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
2680: l_CustSqlErrMsg := l_custom_sql_ret_msg;
2681: l_CustSqlErrFlagSet := TRUE;
2682: -- Fix for bug: 4179593 End

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

2675: /* Replaced following statement for Bug 4207625: Anupam Jain*/
2676: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
2677: -- Fix for bug: 4179593 Start
2678: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
2679: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
2680: l_CustSqlErrMsg := l_custom_sql_ret_msg;
2681: l_CustSqlErrFlagSet := TRUE;
2682: -- Fix for bug: 4179593 End
2683: END IF;

Line 2698: fnd_msg_pub.ADD;

2694: trace('Custom Labels Trace [INVLAP4B.pls]: Unexpected Error has occured in GET_VARIABLES_DATA');
2695: END IF;
2696: x_return_status := FND_API.G_RET_STS_ERROR;
2697: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
2698: fnd_msg_pub.ADD;
2699: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
2700: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2701: END;
2702: IF (l_debug = 1) THEN

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

2695: END IF;
2696: x_return_status := FND_API.G_RET_STS_ERROR;
2697: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
2698: fnd_msg_pub.ADD;
2699: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
2700: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2701: END;
2702: IF (l_debug = 1) THEN
2703: trace('Custom Labels Trace [INVLAP4B.pls]: At Breadcrumb 6');