DBA Data[Home] [Help]

APPS.AR_CMGT_DATA_POINTS_PKG dependencies on FND_APPLICATION

Line 1253: from fnd_application

1249:
1250: BEGIN
1251: select application_id
1252: into l_application_id
1253: from fnd_application
1254: where application_short_name = 'ONT' ;
1255:
1256: IF fnd_installation.get(l_application_id,l_application_id
1257: ,l_status,l_industry) then