DBA Data[Home] [Help]

APPS.JTY_ASSIGN_BULK_PUB dependencies on FND_INSTALLATION

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

155: first_time := TRUE;
156: l_indent := ' ';
157:
158: /* Get the schema name corresponding to JTF application */
159: IF (FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_owner)) THEN
160: NULL;
161: END IF;
162:
163: IF (l_owner IS NULL) THEN

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

408: first_time := TRUE;
409: l_indent := ' ';
410:
411: /* Get the schema name corresponding to JTF application */
412: IF (FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_owner)) THEN
413: NULL;
414: END IF;
415:
416: IF (l_owner IS NULL) THEN

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

2117:
2118: x_return_status := FND_API.G_RET_STS_SUCCESS;
2119:
2120: /* Get the schema name corresponding to JTF application */
2121: IF (FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_owner)) THEN
2122: NULL;
2123: END IF;
2124:
2125: IF (l_owner IS NULL) THEN

Line 2814: IF (FND_INSTALLATION.GET_APP_INFO('FND', l_status, l_industry, l_fnd_schema)) THEN

2810: jty_log(FND_LOG.LEVEL_STATEMENT,
2811: 'jtf.plsql.JTY_ASSIGN_BULK_PUB.process_winners.winning_process',
2812: 'Star of winning process');
2813:
2814: IF (FND_INSTALLATION.GET_APP_INFO('FND', l_status, l_industry, l_fnd_schema)) THEN
2815: NULL;
2816: END IF;
2817:
2818: IF (l_fnd_schema IS NULL) THEN