DBA Data[Home] [Help]

APPS.GL_ENT_FUNC_BAL_UPGRADE_PKG dependencies on FND_INSTALLATION

Line 956: l_retstatus := fnd_installation.get_app_info(

952: WHERE rownum = 1;
953:
954: IF (l_efb_upgrade_flag <> 'Y') THEN
955: -- get schema name for GL and FND
956: l_retstatus := fnd_installation.get_app_info(
957: 'SQLGL', l_status, l_industry, l_gl_schema);
958: IF ( (NOT l_retstatus)
959: OR (l_gl_schema is null)) THEN
960: raise_application_error(-20001,

Line 964: l_retstatus := fnd_installation.get_app_info(

960: raise_application_error(-20001,
961: 'Cannot get schema name for product : SQLGL');
962: END IF;
963:
964: l_retstatus := fnd_installation.get_app_info(
965: 'FND', l_status, l_industry, l_applsys_schema);
966: IF ( (NOT l_retstatus)
967: OR (l_applsys_schema is null)) THEN
968: raise_application_error(-20001,