DBA Data[Home] [Help]

APPS.OE_OE_HTML_HEADER dependencies on OE_LOOKUPS

Line 1176: from oe_lookups

1172: IF (p_header_rec.flow_status_code is not null) THEN
1173: BEGIN
1174: select meaning
1175: into x_header_val_rec.status
1176: from oe_lookups
1177: where lookup_type = 'FLOW_STATUS'
1178: AND lookup_code = p_header_rec.flow_status_code;
1179:
1180: EXCEPTION