DBA Data[Home] [Help]

APPS.AMS_DMEXTRACT_PVT dependencies on FND_INSTALLATION

Line 131: l_result := fnd_installation.get_app_info(

127: l_industry VARCHAR2(10);
128: l_ams_schema VARCHAR2(30);
129: BEGIN
130: --------------------perform truncate table---------------
131: l_result := fnd_installation.get_app_info(
132: 'AMS',
133: l_status,
134: l_industry,
135: l_ams_schema

Line 4251: l_result := fnd_installation.get_app_info(

4247: BEGIN
4248: -- gather table statistics
4249: -- this is needed for the ODM build
4250: -- process to complete successfully
4251: l_result := fnd_installation.get_app_info(
4252: 'AMS',
4253: l_status,
4254: l_industry,
4255: l_ams_schema