DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OE_FND_COMMON_LOOKUPS_V

Line 4509: from oe_fnd_common_lookups_v

4505: IF (p_line_rec.demand_class_code is not null) THEN
4506: BEGIN
4507: select meaning
4508: into x_line_val_rec.demand_class
4509: from oe_fnd_common_lookups_v
4510: where lookup_code=p_line_rec.demand_class_code
4511: and lookup_type='DEMAND_CLASS';
4512:
4513: EXCEPTION