DBA Data[Home] [Help]

APPS.ECE_POO_TRANSACTION dependencies on FND_INSTALLATION

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

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

Line 2399: v_project_acct_installed := fnd_installation.get_app_info(

2395: end if;
2396:
2397: -- Let's See if Project Accounting is Installed
2398: /* xProgress := 'POOB-20-1000';
2399: v_project_acct_installed := fnd_installation.get_app_info(
2400: v_project_acct_short_name, -- i.e. 'PA'
2401: v_project_acct_status, -- 'I' means it's installed
2402: v_project_acct_industry,
2403: v_project_acct_schema);

Line 3629: v_project_acct_installed := fnd_installation.get_app_info(

3625: -- Initialize the PL/SQL Table
3626:
3627:
3628:
3629: v_project_acct_installed := fnd_installation.get_app_info(
3630: v_project_acct_short_name, -- i.e. 'PA'
3631: v_project_acct_status, -- 'I' means it's installed
3632: v_project_acct_industry,
3633: v_project_acct_schema);