DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on FND_INSTALLATION

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

116: begin
117:
118: if (g_pa_schema is null) then
119:
120: if (not FND_INSTALLATION.GET_APP_INFO('PA', l_status, l_industry, g_pa_schema)) then
121: raise excp_get_app_info;
122: end if;
123:
124: end if;

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

140: begin
141:
142: if (g_pji_schema is null) then
143:
144: if (not FND_INSTALLATION.GET_APP_INFO('PJI', l_status, l_industry, g_pji_schema)) then
145: raise excp_get_app_info;
146: end if;
147:
148: end if;