DBA Data[Home] [Help]

APPS.EGO_ICC_BULKLOAD_PVT dependencies on FND_INSTALLATION

Line 2398: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);

2394: BEGIN
2395: x_return_status := G_RET_STS_SUCCESS;
2396:
2397: --start ad_dll fix 12.2
2398: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);
2399:
2400: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN
2401: IF l_schema IS NULL THEN
2402: x_return_msg := 'INV Schema could not be located.';

Line 2400: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN

2396:
2397: --start ad_dll fix 12.2
2398: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);
2399:
2400: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN
2401: IF l_schema IS NULL THEN
2402: x_return_msg := 'INV Schema could not be located.';
2403: write_debug (l_proc_name,x_return_msg );
2404: x_return_status := G_RET_STS_ERROR;

Line 2469: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);

2465:
2466: BEGIN
2467: x_return_status := G_RET_STS_SUCCESS;
2468:
2469: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);
2470:
2471: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN
2472: IF l_schema IS NULL THEN
2473: x_return_msg := 'INV Schema could not be located.';

Line 2471: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN

2467: x_return_status := G_RET_STS_SUCCESS;
2468:
2469: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);
2470:
2471: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN
2472: IF l_schema IS NULL THEN
2473: x_return_msg := 'INV Schema could not be located.';
2474: write_debug (l_proc_name,x_return_msg );
2475: x_return_status := G_RET_STS_ERROR;