DBA Data[Home] [Help]

APPS.OTA_REPROCESS_CLASSIC_UPGRADE dependencies on FND_INSTALLATION

Line 43: l_found := fnd_installation.get_app_info( OTA_APP_SHORT_NAME

39: l_schema FND_ORACLE_USERID.oracle_username%type := null;
40:
41: l_found boolean;
42: begin
43: l_found := fnd_installation.get_app_info( OTA_APP_SHORT_NAME
44: ,l_status
45: ,l_industry
46: ,l_schema );
47: if l_found then