DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on FND_INSTALLATION

Line 545: /* v_project_acct_installed := fnd_installation.get_app_info(

541: end if;
542: --Bug 1891291 begin
543: -- Let's See if Project Accounting is Installed
544: xProgress := 'POOB-10-1001';
545: /* v_project_acct_installed := fnd_installation.get_app_info(
546: v_project_acct_short_name, -- i.e. 'PA'
547: v_project_acct_status, -- 'I' means it's installed
548: v_project_acct_industry,
549: v_project_acct_schema);

Line 2366: v_project_acct_installed := fnd_installation.get_app_info(

2362: end if;
2363:
2364: -- Let's See if Project Accounting is Installed
2365: /* xProgress := 'POOB-20-1000';
2366: v_project_acct_installed := fnd_installation.get_app_info(
2367: v_project_acct_short_name, -- i.e. 'PA'
2368: v_project_acct_status, -- 'I' means it's installed
2369: v_project_acct_industry,
2370: v_project_acct_schema);

Line 3596: v_project_acct_installed := fnd_installation.get_app_info(

3592: -- Initialize the PL/SQL Table
3593:
3594:
3595:
3596: v_project_acct_installed := fnd_installation.get_app_info(
3597: v_project_acct_short_name, -- i.e. 'PA'
3598: v_project_acct_status, -- 'I' means it's installed
3599: v_project_acct_industry,
3600: v_project_acct_schema);