DBA Data[Home] [Help]

APPS.IGW_OVERHEAD_CAL dependencies on FND_LOOKUPS

Line 116: from fnd_lookups

112: --independent of post-award
113:
114: select meaning
115: into l_activity_type
116: from fnd_lookups
117: where lookup_type = 'IGW_ACTIVITY_TYPES'
118: and lookup_code = p_activity_type_code;
119: -- end if;
120:

Line 124: from fnd_lookups

120:
121: --selecting values for tokens
122: select meaning
123: into l_location
124: from fnd_lookups
125: where lookup_type = 'IGW_LOCATION'
126: and lookup_code = p_location_code;
127:
128: --selecting values for tokens