DBA Data[Home] [Help]

APPS.XLA_TB_BALANCE_PKG dependencies on FND_INSTALLATION

Line 2743: IF (NOT FND_INSTALLATION.get_app_info

2739: -- Commit before creating partitions
2740: --
2741: COMMIT ;
2742:
2743: IF (NOT FND_INSTALLATION.get_app_info
2744: (application_short_name => 'XLA'
2745: ,status => l_status
2746: ,industry => l_industry
2747: ,oracle_schema => l_schema)) THEN