DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OE_FND_COMMON_LOOKUPS_V

Line 4231: from oe_fnd_common_lookups_v

4227: IF (p_line_rec.demand_class_code is not null) THEN
4228: BEGIN
4229: select meaning
4230: into x_line_val_rec.demand_class
4231: from oe_fnd_common_lookups_v
4232: where lookup_code=p_line_rec.demand_class_code
4233: and lookup_type='DEMAND_CLASS';
4234:
4235: EXCEPTION