DBA Data[Home] [Help]

APPS.FND_REQUEST_SET dependencies on FND_LOOKUPS

Line 293: from fnd_lookups

289: end if;
290: /* Get final outcome meaning */
291: select meaning
292: into outcome_meaning
293: from fnd_lookups
294: where lookup_type = 'CP_SET_OUTCOME'
295: and lookup_code = current_outcome;
296: retcode := to_number(translate(current_outcome, 'SWE', '012'));
297: if (critical_stages) then

Line 849: from fnd_lookups

845: end if;
846:
847: select meaning
848: into outcome_meaning
849: from fnd_lookups
850: where lookup_type = 'CP_SET_OUTCOME'
851: and lookup_code = current_outcome;
852:
853: fnd_message.set_name('FND', 'CONC-Stage outcome computed');