[Home] [Help]
78: l_industry VARCHAR2(30) ;
79:
80: BEGIN -- Manage_Oki_Index
81:
82: IF (FND_INSTALLATION.GET_APP_INFO(
83: application_short_name => 'OKI'
84: , status => l_status
85: , industry => l_industry
86: , oracle_schema => l_owner)) THEN