DBA Data[Home] [Help]

APPS.GR_MIGRATE_TO_12 dependencies on FND_MESSAGE

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

1385: FETCH c_get_uom INTO l_uom;
1386: CLOSE c_get_uom;
1387:
1388: /* Retrieve description text for formula and recipe */
1389: FND_MESSAGE.SET_NAME('GR','GR_DESC_TEXT');
1390: l_text := FND_MESSAGE.GET;
1391:
1392: /* Select items that have a formula source of Standalone */
1393: OPEN c_get_items;

Line 1390: l_text := FND_MESSAGE.GET;

1386: CLOSE c_get_uom;
1387:
1388: /* Retrieve description text for formula and recipe */
1389: FND_MESSAGE.SET_NAME('GR','GR_DESC_TEXT');
1390: l_text := FND_MESSAGE.GET;
1391:
1392: /* Select items that have a formula source of Standalone */
1393: OPEN c_get_items;
1394: FETCH c_get_items into l_item_code;