DBA Data[Home] [Help]

APPS.INV_LABEL_PVT11 dependencies on FND_LOOKUPS

Line 247: cursor c_get_mode_meaning is select meaning from fnd_lookups where lookup_type='GMO_DISPENSE_MODE' and lookup_code=l_mode;

243: bs.oprn_id = gop.oprn_id(+) AND
244: msi.hazard_class_id = hzc.hazard_class_id (+);
245:
246:
247: cursor c_get_mode_meaning is select meaning from fnd_lookups where lookup_type='GMO_DISPENSE_MODE' and lookup_code=l_mode;
248:
249: BEGIN
250: -- Initialize return status as success
251: x_return_status := fnd_api.g_ret_sts_success;