DBA Data[Home] [Help]

APPS.CEP_STANDARD dependencies on FND_APPLICATION

Line 551: from FND_APPLICATION

547: -- call MO Init if it has not been set yet
548: IF MO_GLOBAL.is_mo_init_done = 'N' THEN
549: select APPLICATION_SHORT_NAME
550: into l_appl_name
551: from FND_APPLICATION
552: where APPLICATION_ID = l_resp_appl_id; -- 8823179 : Changed l_resp_appl_id
553:
554: -- Bug 5860453. Do not call MOAC if the product is XTR
555: IF (l_appl_name <> 'XTR') THEN