DBA Data[Home] [Help]

APPS.GMD_COMMON_SCALE dependencies on STANDARD

Line 65: /* Procedure to get the standard uom for the 'fm_yield_type'

61: If these conditions are not met, continue on to PHASE I and
62: then PHASE II of the full scaling process.
63: **********************************************************************/
64:
65: /* Procedure to get the standard uom for the 'fm_yield_type'
66: This will be used to convert all the quantities into single
67: unit of measure
68: */
69:

Line 102: fnd_message.set_name('GME','GME_STANDARD_UOM_NOT_DEFINED');

98: CLOSE sy_uoms_typ_cursor;
99:
100: IF (x_conv_uom IS NULL OR x_conv_uom = ' ')
101: THEN
102: fnd_message.set_name('GME','GME_STANDARD_UOM_NOT_DEFINED');
103: fnd_msg_pub.add;
104: x_return_status := FND_API.G_RET_STS_ERROR;
105: RETURN;
106: END IF;

Line 189: fnd_message.set_name('GME','GME_STANDARD_UOM_NOT_DEFINED');

185: -- dbms_output.put_line('l_conv_uom ' || l_conv_uom);
186:
187: IF (l_conv_uom IS NULL OR l_conv_uom = ' ')
188: THEN
189: fnd_message.set_name('GME','GME_STANDARD_UOM_NOT_DEFINED');
190: fnd_msg_pub.add;
191: -- dbms_output.put_line('No standard UOM for FM_YIELD_TYPE');
192: x_return_status := FND_API.G_RET_STS_ERROR;
193: RETURN;

Line 191: -- dbms_output.put_line('No standard UOM for FM_YIELD_TYPE');

187: IF (l_conv_uom IS NULL OR l_conv_uom = ' ')
188: THEN
189: fnd_message.set_name('GME','GME_STANDARD_UOM_NOT_DEFINED');
190: fnd_msg_pub.add;
191: -- dbms_output.put_line('No standard UOM for FM_YIELD_TYPE');
192: x_return_status := FND_API.G_RET_STS_ERROR;
193: RETURN;
194: END IF;
195: FOR l_row_count IN 1 .. l_tab_size