DBA Data[Home] [Help]

APPS.FND_REQUEST_SET dependencies on FND_LOOKUPS

Line 295: from fnd_lookups

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

Line 885: from fnd_lookups

881: end if;
882:
883: select meaning
884: into outcome_meaning
885: from fnd_lookups
886: where lookup_type = 'CP_SET_OUTCOME'
887: and lookup_code = current_outcome;
888:
889: fnd_message.set_name('FND', 'CONC-Stage outcome computed');