DBA Data[Home] [Help]

APPS.INV_LABEL_PVT9 dependencies on FND_MSG_PUB

Line 1127: fnd_msg_pub.ADD;

1123: );
1124:
1125: IF l_return_status <> 'S' THEN
1126: fnd_message.set_name('WMS', 'WMS_LABL_RULE_ENGINE_FAILED');
1127: fnd_msg_pub.ADD;
1128: l_label_format := p_label_type_info.default_format_id;
1129: l_label_format_id := p_label_type_info.default_format_name;
1130: END IF;
1131:

Line 1314: fnd_msg_pub.ADD;

1310: x_return_status := FND_API.G_RET_STS_SUCCESS;
1311: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
1312:
1313: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
1314: fnd_msg_pub.ADD;
1315: -- Fix for bug: 4179593 Start
1316: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
1317: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1318: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

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

1312:
1313: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
1314: fnd_msg_pub.ADD;
1315: -- Fix for bug: 4179593 Start
1316: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
1317: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1318: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
1319: l_CustSqlWarnFlagSet := TRUE;
1320: -- Fix for bug: 4179593 End

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

1313: fnd_message.set_name('WMS','WMS_CS_NULL_VALUE_RETURNED');
1314: fnd_msg_pub.ADD;
1315: -- Fix for bug: 4179593 Start
1316: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
1317: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1318: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
1319: l_CustSqlWarnFlagSet := TRUE;
1320: -- Fix for bug: 4179593 End
1321: IF (l_debug = 1) THEN

Line 1336: fnd_msg_pub.ADD;

1332: x_return_status := FND_API.G_RET_STS_SUCCESS;
1333: l_custom_sql_ret_status := INV_LABEL.G_WARNING;
1334:
1335: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
1336: fnd_msg_pub.ADD;
1337: /* Replaced following statement for Bug 4207625: Anupam Jain*/
1338: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
1339: -- Fix for bug: 4179593 Start
1340: --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 1338: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/

1334:
1335: fnd_message.set_name('WMS','WMS_CS_NO_DATA_FOUND');
1336: fnd_msg_pub.ADD;
1337: /* Replaced following statement for Bug 4207625: Anupam Jain*/
1338: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
1339: -- Fix for bug: 4179593 Start
1340: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
1341: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1342: l_CustSqlWarnMsg := l_custom_sql_ret_msg;

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

1336: fnd_msg_pub.ADD;
1337: /* Replaced following statement for Bug 4207625: Anupam Jain*/
1338: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
1339: -- Fix for bug: 4179593 Start
1340: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
1341: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1342: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
1343: l_CustSqlWarnFlagSet := TRUE;
1344: -- Fix for bug: 4179593 End

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

1337: /* Replaced following statement for Bug 4207625: Anupam Jain*/
1338: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
1339: -- Fix for bug: 4179593 Start
1340: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
1341: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1342: l_CustSqlWarnMsg := l_custom_sql_ret_msg;
1343: l_CustSqlWarnFlagSet := TRUE;
1344: -- Fix for bug: 4179593 End
1345: ELSIF c_sql_stmt%rowcount>=2 THEN

Line 1354: fnd_msg_pub.ADD;

1350: l_sql_stmt_result := NULL;
1351: x_return_status := FND_API.G_RET_STS_SUCCESS;
1352: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
1353: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
1354: fnd_msg_pub.ADD;
1355: /* Replaced following statement for Bug 4207625: Anupam Jain*/
1356: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
1357: -- Fix for bug: 4179593 Start
1358: --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 1356: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/

1352: l_custom_sql_ret_status := FND_API.G_RET_STS_ERROR;
1353: fnd_message.set_name('WMS','WMS_CS_MULTIPLE_VALUES_RETURN');
1354: fnd_msg_pub.ADD;
1355: /* Replaced following statement for Bug 4207625: Anupam Jain*/
1356: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
1357: -- Fix for bug: 4179593 Start
1358: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
1359: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1360: l_CustSqlErrMsg := l_custom_sql_ret_msg;

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

1354: fnd_msg_pub.ADD;
1355: /* Replaced following statement for Bug 4207625: Anupam Jain*/
1356: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
1357: -- Fix for bug: 4179593 Start
1358: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
1359: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1360: l_CustSqlErrMsg := l_custom_sql_ret_msg;
1361: l_CustSqlErrFlagSet := TRUE;
1362: -- Fix for bug: 4179593 End

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

1355: /* Replaced following statement for Bug 4207625: Anupam Jain*/
1356: /*fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_status);*/
1357: -- Fix for bug: 4179593 Start
1358: --fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => l_custom_sql_ret_msg);
1359: l_custom_sql_ret_msg := fnd_msg_pub.get(p_msg_index => fnd_msg_pub.g_last, p_encoded => fnd_api.g_false);
1360: l_CustSqlErrMsg := l_custom_sql_ret_msg;
1361: l_CustSqlErrFlagSet := TRUE;
1362: -- Fix for bug: 4179593 End
1363: END IF;

Line 1378: fnd_msg_pub.ADD;

1374: trace('Custom Labels Trace [INVLAP9B.pls]: Unexpected Error has occured in GET_VARIABLES_DATA');
1375: END IF;
1376: x_return_status := FND_API.G_RET_STS_ERROR;
1377: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
1378: fnd_msg_pub.ADD;
1379: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
1380: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1381: END;
1382: IF (l_debug = 1) THEN

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

1375: END IF;
1376: x_return_status := FND_API.G_RET_STS_ERROR;
1377: fnd_message.set_name('WMS','WMS_CS_WRONG_SQL_CONSTRUCT');
1378: fnd_msg_pub.ADD;
1379: fnd_msg_pub.count_and_get(p_encoded => fnd_api.g_false, p_count => x_msg_count, p_data => x_msg_data);
1380: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1381: END;
1382: IF (l_debug = 1) THEN
1383: trace('Custom Labels Trace [INVLAP9B.pls]: At Breadcrumb 6');