DBA Data[Home] [Help]

APPS.WIP_PICKING_PUB dependencies on MFG_LOOKUPS

Line 137: from mfg_lookups

133:
134: if(l_status NOT IN (3,4)) then
135: select meaning
136: into l_statusCode
137: from mfg_lookups
138: where lookup_type = 'WIP_JOB_STATUS'
139: and lookup_code = l_status;
140: raise FND_API.G_EXC_UNEXPECTED_ERROR;
141: end if;