DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on FND_INSTALLATION

Line 140: if (not FND_INSTALLATION.GET_APP_INFO('PA', l_status, l_industry, g_pa_schema)) then

136: begin
137:
138: if (g_pa_schema is null) then
139:
140: if (not FND_INSTALLATION.GET_APP_INFO('PA', l_status, l_industry, g_pa_schema)) then
141: raise excp_get_app_info;
142: end if;
143:
144: end if;

Line 164: if (not FND_INSTALLATION.GET_APP_INFO('PJI', l_status, l_industry, g_pji_schema)) then

160: begin
161:
162: if (g_pji_schema is null) then
163:
164: if (not FND_INSTALLATION.GET_APP_INFO('PJI', l_status, l_industry, g_pji_schema)) then
165: raise excp_get_app_info;
166: end if;
167:
168: end if;