DBA Data[Home] [Help]

APPS.EGO_ITEM_PVT dependencies on FND_INSTALLATION

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

3160: h_x BOOLEAN;
3161:
3162: BEGIN
3163:
3164: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);
3165:
3166: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN
3167: IF l_schema IS NULL THEN
3168: Raise_Application_Error (-20001, 'INV Schema could not be located.');

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

3162: BEGIN
3163:
3164: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);
3165:
3166: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN
3167: IF l_schema IS NULL THEN
3168: Raise_Application_Error (-20001, 'INV Schema could not be located.');
3169: END IF;
3170: ELSE

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

3220: h_industry VARCHAR2(2000);
3221: h_x BOOLEAN;
3222: BEGIN
3223:
3224: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);
3225:
3226: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN
3227: IF l_schema IS NULL THEN
3228: Raise_Application_Error (-20001, 'INV Schema could not be located.');

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

3222: BEGIN
3223:
3224: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);
3225:
3226: IF FND_INSTALLATION.GET_APP_INFO('INV', l_status, l_industry, l_schema) THEN
3227: IF l_schema IS NULL THEN
3228: Raise_Application_Error (-20001, 'INV Schema could not be located.');
3229: END IF;
3230: ELSE

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

6110:
6111:
6112: --bugfix 11907422 for 12.2 AD_DDL changes
6113: --EXECUTE IMMEDIATE l_final_view_sql;
6114: h_x := FND_INSTALLATION.Get_App_Info('FND', h_status, h_industry, fnd_apps_schema);
6115: --bug 12392423, hard code APPS as second parameter
6116: AD_DDL.DO_DDL(fnd_apps_schema, 'APPS',ad_ddl.create_view,l_final_view_sql, p_final_agv_name);
6117:
6118: