DBA Data[Home] [Help]

APPS.PY_AUDIT_REP_PKG dependencies on FND_INSTALLATION

Line 148: l_result := fnd_installation.get_app_info ( l_appl_short_name,

144: fnd_tables ft
145: where ft.table_name = P_TABLE
146: and fa.application_id = ft.application_id;
147:
148: l_result := fnd_installation.get_app_info ( l_appl_short_name,
149: l_prod_status,
150: l_industry,
151: l_oracle_schema );
152: --