DBA Data[Home] [Help]

APPS.INV_LOT_SEL_ATTR dependencies on FND_MSG_PUB

Line 581: FND_MSG_PUB.ADD;

577: FND_MESSAGE.SET_TOKEN('SEGMENT_NAME', v_segments.segment_name(j));
578: FND_MESSAGE.SET_TOKEN('APPLICATION_SHORT_NAME', 'INV');
579: FND_MESSAGE.SET_TOKEN('FLEXFIELD_NAME', p_attributes_name);
580: FND_MESSAGE.SET_TOKEN('SQL_STRING', v_segments.default_value(j));
581: FND_MSG_PUB.ADD;
582: elsif( l_count > 1 ) then
583: FND_MESSAGE.SET_NAME('FND', 'FLEX-DFLT MULTIPLE SQL ROWS');
584: FND_MESSAGE.SET_TOKEN('SQLSTR', v_segments.default_value(j));
585: end if;

Line 630: FND_MSG_PUB.ADD;

626: FND_MESSAGE.SET_TOKEN('SEGMENT_NAME', v_segments.segment_name(j));
627: FND_MESSAGE.SET_TOKEN('APPLICATION_SHORT_NAME', 'INV');
628: FND_MESSAGE.SET_TOKEN('FLEXFIELD_NAME', p_attributes_name);
629: FND_MESSAGE.SET_TOKEN('SQL_STRING', v_segments.default_value(j));
630: FND_MSG_PUB.ADD;
631: elsif( l_count > 1 ) then
632: FND_MESSAGE.SET_NAME('FND', 'FLEX-DFLT MULTIPLE SQL ROWS');
633: FND_MESSAGE.SET_TOKEN('SQLSTR', v_segments.default_value(j));
634: end if;

Line 652: fnd_msg_pub.add;

648: fnd_message.set_name('INV', 'INV_LOT_SEL_DEFAULT_REQUIRED');
649: fnd_message.set_token('ATTRNAME',p_attributes_name);
650: fnd_message.set_token('CONTEXTCODE', v_contexts.context_code(i));
651: fnd_message.set_token('SEGMENT', v_segments.application_column_name(j));
652: fnd_msg_pub.add;
653: END IF;
654: END IF;
655: END IF; -- segment is enabled
656: END LOOP segmentLoop1;

Line 678: IF (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) THEN

674: x_return_status := fnd_api.g_ret_sts_unexp_error ;
675:
676: WHEN others THEN
677: x_return_status := fnd_api.g_ret_sts_unexp_error ;
678: IF (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) THEN
679: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
680: END IF;
681: END get_default;
682:

Line 679: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);

675:
676: WHEN others THEN
677: x_return_status := fnd_api.g_ret_sts_unexp_error ;
678: IF (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) THEN
679: fnd_msg_pub.add_exc_msg(g_pkg_name, c_api_name);
680: END IF;
681: END get_default;
682:
683: /* Returns the delimiter for the given dff

Line 1502: IF (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) THEN

1498: x_return_status := fnd_api.g_ret_sts_unexp_error;
1499:
1500: WHEN others THEN
1501: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1502: IF (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) THEN
1503: fnd_msg_pub.add_exc_msg(g_pkg_name, 'GET_ATTRIBUTE_VALUES');
1504: END IF;
1505: END get_attribute_values;
1506:

Line 1503: fnd_msg_pub.add_exc_msg(g_pkg_name, 'GET_ATTRIBUTE_VALUES');

1499:
1500: WHEN others THEN
1501: x_return_status := fnd_api.g_ret_sts_unexp_error ;
1502: IF (fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error)) THEN
1503: fnd_msg_pub.add_exc_msg(g_pkg_name, 'GET_ATTRIBUTE_VALUES');
1504: END IF;
1505: END get_attribute_values;
1506:
1507:

Line 2043: FND_MSG_PUB.ADD;

2039:
2040: x_concatenated_values := null;
2041: FND_MESSAGE.SET_NAME('INV', 'INV_FND_GENERIC_MSG');
2042: FND_MESSAGE.SET_TOKEN('MSG', fnd_flex_descval.error_message);
2043: FND_MSG_PUB.ADD;
2044: raise fnd_api.g_exc_unexpected_error;
2045: END IF;
2046: debug('after getting x_concatenated_values ' || x_concatenated_values, 'GET_INV_SERIAL_ATTR', 9);
2047: EXCEPTION

Line 2052: fnd_msg_pub.count_and_get(p_encoded => FND_API.G_FALSE, p_count => x_msg_count, p_data => x_msg_data);

2048: when no_data_found THEN
2049: null;
2050: when FND_API.G_EXC_UNEXPECTED_ERROR THEN
2051: x_return_status := 'U';
2052: fnd_msg_pub.count_and_get(p_encoded => FND_API.G_FALSE, p_count => x_msg_count, p_data => x_msg_data);
2053: when others then
2054: x_return_status := 'U';
2055: fnd_msg_pub.count_and_get(p_encoded => FND_API.G_FALSE, p_count => x_msg_count, p_data => x_msg_data);
2056: END get_inv_serial_attributes;

Line 2055: fnd_msg_pub.count_and_get(p_encoded => FND_API.G_FALSE, p_count => x_msg_count, p_data => x_msg_data);

2051: x_return_status := 'U';
2052: fnd_msg_pub.count_and_get(p_encoded => FND_API.G_FALSE, p_count => x_msg_count, p_data => x_msg_data);
2053: when others then
2054: x_return_status := 'U';
2055: fnd_msg_pub.count_and_get(p_encoded => FND_API.G_FALSE, p_count => x_msg_count, p_data => x_msg_data);
2056: END get_inv_serial_attributes;
2057:
2058: -- Bug 7350762 Code changes start
2059:

Line 2277: fnd_msg_pub.ADD;

2273: IF SQLCODE = -54 THEN
2274: -- item with same prefix / same item currently locked in MSI
2275: debug('Item with same prefix currently locked in Master or Organization items form',l_module_name,9);
2276: fnd_message.set_name('INV', 'INV_LOT_GEN_ERROR');
2277: fnd_msg_pub.ADD;
2278: END IF;
2279: x_return_status := fnd_api.g_ret_sts_error;
2280: RETURN FALSE;
2281: END lock_lot_records;