DBA Data[Home] [Help]

APPS.IEM_DIAG_OES_RULE_PVT dependencies on FND_API

Line 198: if (l_notauthen_accounts <> FND_API.G_MISS_CHAR) then

194:
195: if (statusStr = 'SUCCESS') then
196: reportStr := ' ' || FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_SUCCESS') || '

';
197: else
198: if (l_notauthen_accounts <> FND_API.G_MISS_CHAR) then
199: l_notauthen_accounts := RTRIM(l_notauthen_accounts, ', ');
200: errStr := errStr || l_notauthen_accounts || ' ' || FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC2_ERROR1') || ' ';
201: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint(FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC2_SUM1'));
202: end if;

Line 203: if (l_norule_accounts <> FND_API.G_MISS_CHAR) then

199: l_notauthen_accounts := RTRIM(l_notauthen_accounts, ', ');
200: errStr := errStr || l_notauthen_accounts || ' ' || FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC2_ERROR1') || ' ';
201: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint(FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC2_SUM1'));
202: end if;
203: if (l_norule_accounts <> FND_API.G_MISS_CHAR) then
204: l_norule_accounts := RTRIM(l_norule_accounts, ', ');
205: errStr := errStr || l_norule_accounts || ' ' || FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_ERROR2') || ' ';
206: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint(FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_SUM1'));
207: end if;

Line 208: if (l_mulrule_accounts <> FND_API.G_MISS_CHAR) then

204: l_norule_accounts := RTRIM(l_norule_accounts, ', ');
205: errStr := errStr || l_norule_accounts || ' ' || FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_ERROR2') || ' ';
206: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint(FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_SUM1'));
207: end if;
208: if (l_mulrule_accounts <> FND_API.G_MISS_CHAR) then
209: l_mulrule_accounts := RTRIM(l_mulrule_accounts, ', ');
210: errStr := errStr || l_mulrule_accounts || ' ' || FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_ERROR3') || ' ';
211: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint(FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_SUM2'));
212: end if;

Line 213: if (l_invalidrule_accounts <> FND_API.G_MISS_CHAR) then

209: l_mulrule_accounts := RTRIM(l_mulrule_accounts, ', ');
210: errStr := errStr || l_mulrule_accounts || ' ' || FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_ERROR3') || ' ';
211: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint(FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_SUM2'));
212: end if;
213: if (l_invalidrule_accounts <> FND_API.G_MISS_CHAR) then
214: l_invalidrule_accounts := RTRIM(l_invalidrule_accounts, ', ');
215: errStr := errStr || l_invalidrule_accounts || ' ' || FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_ERROR4') || ' ';
216: JTF_DIAGNOSTIC_COREAPI.ActionErrorPrint(FND_MESSAGE.GET_STRING('IEM', 'IEM_DIAG_TC3_SUM2'));
217: end if;