DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on FND_APPLICATION

Line 541: from FND_APPLICATION

537: -- call MO Init if it has not been set yet
538: IF MO_GLOBAL.is_mo_init_done = 'N' THEN
539: select APPLICATION_SHORT_NAME
540: into l_appl_name
541: from FND_APPLICATION
542: where APPLICATION_ID = FND_GLOBAL.resp_appl_id;
543:
544: -- Bug 5860453. Do not call MOAC if the product is XTR
545: IF (l_appl_name <> 'XTR') THEN