DBA Data[Home] [Help]

APPS.PAY_HRMS_ACCESS_PKG dependencies on FND_INSTALLATION

Line 91: l_result := fnd_installation.get_app_info ('FND', l_prod_status, l_industry, l_fnd_schema );

87: l_stmt_fnd_install_data := 'select count(worker_id) from fnd_install_processes where status =''F''';
88:
89: --
90: -- get fnd schema name
91: l_result := fnd_installation.get_app_info ('FND', l_prod_status, l_industry, l_fnd_schema );
92: --
93: -- opening the csr_fnd_install_processes cursor to check whether the
94: -- hrglobal.drv has started or not.
95: open csr_fnd_install_processes(l_fnd_schema);