DBA Data[Home] [Help]

APPS.OE_QUERY dependencies on SO_LOOKUPS

Line 157: from so_lookups

153: if ( schedule_status_code is not null )
154: then
155: select meaning
156: into schedule_status
157: from so_lookups
158: where lookup_code = schedule_status_code
159: and lookup_type = 'SCHEDULE STATUS';
160: end if;
161:

Line 206: from so_lookups

202: if ( schedule_status_code is not null )
203: then
204: select meaning
205: into schedule_status
206: from so_lookups
207: where lookup_code = schedule_status_code
208: and lookup_type = 'SCHEDULE STATUS';
209: end if;
210:

Line 1709: from so_lookups

1705: if ( schedule_status_code is not null )
1706: then
1707: select meaning
1708: into schedule_status
1709: from so_lookups
1710: where lookup_code = schedule_status_code
1711: and lookup_type = 'SCHEDULE STATUS';
1712: end if;
1713: