DBA Data[Home] [Help]

APPS.JTY_ASSIGN_BULK_PUB dependencies on FND_INSTALLATION

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

145: first_time := TRUE;
146: l_indent := ' ';
147:
148: /* Get the schema name corresponding to JTF application */
149: IF (FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_owner)) THEN
150: NULL;
151: END IF;
152:
153: IF (l_owner IS NULL) THEN

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

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

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

2257:
2258: x_return_status := FND_API.G_RET_STS_SUCCESS;
2259:
2260: /* Get the schema name corresponding to JTF application */
2261: IF (FND_INSTALLATION.GET_APP_INFO('JTF', l_status, l_industry, l_owner)) THEN
2262: NULL;
2263: END IF;
2264:
2265: IF (l_owner IS NULL) THEN

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

2963: 'jtf.plsql.JTY_ASSIGN_BULK_PUB.process_winners.winning_process',
2964: 'Star of winning process');
2965: END IF;
2966:
2967: IF (FND_INSTALLATION.GET_APP_INFO('FND', l_status, l_industry, l_fnd_schema)) THEN
2968: NULL;
2969: END IF;
2970:
2971: IF (l_fnd_schema IS NULL) THEN