DBA Data[Home] [Help]

APPS.ECE_AR_TRANSACTION dependencies on FND_INSTALLATION

Line 241: l_automotive_installed := fnd_installation.get_app_info('VEH',

237:
238: -- Check if the Automotive Module is installed and if it is installed,
239: -- export the file created to Radley Caras
240: xProgress := 'INO-10-1110';
241: l_automotive_installed := fnd_installation.get_app_info('VEH',
242: l_status,
243: l_industry,
244: l_schema);
245: l_automotive_status := l_status;

Line 5554: l_Automotive_Installed := fnd_installation.get_app_info('VEH',l_Status,l_Industry,l_Schema);

5550:
5551: xProgress := '2010-80';
5552: IF (l_Automotive_Status IS NULL) THEN
5553: xProgress := '2020-80';
5554: l_Automotive_Installed := fnd_installation.get_app_info('VEH',l_Status,l_Industry,l_Schema);
5555: l_Automotive_Status := l_Status;
5556: ec_debug.pl(3,'l_Automotive_Status: ',l_Automotive_Status);
5557: END IF;
5558: