DBA Data[Home] [Help]

APPS.OEXVWLIN dependencies on SO_LOOKUPS

Line 120: from so_lookups

116: if ( schedule_status_code is not null )
117: then
118: select meaning
119: into schedule_status
120: from so_lookups
121: where lookup_code = schedule_status_code
122: and lookup_type = 'SCHEDULE STATUS';
123: end if;
124: