DBA Data[Home] [Help]

APPS.GR_MIGRATE_TO_12 dependencies on FND_MESSAGE

Line 1413: FND_MESSAGE.SET_NAME('GR','GR_DESC_TEXT');

1409: FETCH c_get_uom INTO l_uom;
1410: CLOSE c_get_uom;
1411:
1412: /* Retrieve description text for formula and recipe */
1413: FND_MESSAGE.SET_NAME('GR','GR_DESC_TEXT');
1414: l_text := FND_MESSAGE.GET;
1415:
1416: /* Select items that have a formula source of Standalone */
1417: OPEN c_get_items;

Line 1414: l_text := FND_MESSAGE.GET;

1410: CLOSE c_get_uom;
1411:
1412: /* Retrieve description text for formula and recipe */
1413: FND_MESSAGE.SET_NAME('GR','GR_DESC_TEXT');
1414: l_text := FND_MESSAGE.GET;
1415:
1416: /* Select items that have a formula source of Standalone */
1417: OPEN c_get_items;
1418: FETCH c_get_items into l_item_code;