DBA Data[Home] [Help]

APPS.PER_SPINAL_PT_PLCMT_PKG dependencies on FND_LOOKUPS

Line 571: from fnd_lookups

567: group by gs.starting_step;
568: --
569: cursor c7 is
570: select meaning
571: from fnd_lookups
572: where lookup_type = 'YES_NO'
573: and lookup_code = 'Y';
574: --
575: l_ceil_step NUMBER;