DBA Data[Home] [Help]

APPS.JG_RX_FAREG_MULTIREPTS dependencies on FND_MESSAGE

Line 93: errbuf := FND_MESSAGE.get;

89: IF r = 0 THEN
90: --
91: -- If request submission failed, exit with error.
92: --
93: errbuf := FND_MESSAGE.get;
94: retcode := 2;
95: RETURN;
96: END IF;
97:

Line 161: errbuf := FND_MESSAGE.get;

157: IF r = 0 THEN
158: --
159: -- If request submission failed, exit with error.
160: --
161: errbuf := FND_MESSAGE.get;
162: retcode := 2;
163: RETURN;
164: END IF;
165: