DBA Data[Home] [Help]

APPS.AME_APPROVER_DEVIATION_PKG dependencies on FND_LOOKUPS

Line 364: from fnd_lookups

360: end if;
361: begin
362: select meaning
363: into descrOut
364: from fnd_lookups
365: where lookup_type = 'AME_DEVIATION_REASON'
366: and lookup_code = templookupcode;
367: exception
368: when others then