DBA Data[Home] [Help]

APPS.JTY_TERR_DENORM_RULES_PVT dependencies on FND_INSTALLATION

Line 1450: IF (FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_owner)) THEN

1446: END IF;
1447:
1448: /* Move the denormalized territory qualifier values from global temp table to the actual one */
1449: /* Get the schema name corresponding to JTF application */
1450: IF (FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_owner)) THEN
1451: NULL;
1452: END IF;
1453:
1454: IF (l_owner IS NULL) THEN

Line 2219: IF(FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_jtf_schema)) THEN

2215: END IF;
2216:
2217: x_return_status := FND_API.G_RET_STS_SUCCESS;
2218:
2219: IF(FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_jtf_schema)) THEN
2220: NULL;
2221: END IF;
2222:
2223: IF (l_jtf_schema IS NULL) THEN