DBA Data[Home] [Help]

APPS.BEN_EFC_INFO dependencies on FND_INSTALLATION

Line 55: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,

51: l_column_name := 'PRTT_ENRT_RSLT_ID';
52: --
53: -- Bug 3431740 Parameter l_oracle_schema added to cursor csr_test, the value is got by the
54: -- following call
55: l_return := fnd_installation.get_app_info(application_short_name => l_application_short_name,
56: status => l_status,
57: industry => l_industry,
58: oracle_schema => l_oracle_schema);
59: --