DBA Data[Home] [Help]

APPS.UMX_FGA_UTILS_PKG dependencies on FND_LOG

Line 140: if (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

136: exception
137: when others then
138: errcode := SQLCODE;
139: errm := SQLERRM;
140: if (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
141: FND_LOG.STRING (FND_LOG.LEVEL_UNEXPECTED,'fnd.plsql.UMXFGAUTILB.create_roleSet_from_grants','Exception: '||errcode||' : '||errm);
142: end if;
143: rollback;
144: end;

Line 141: FND_LOG.STRING (FND_LOG.LEVEL_UNEXPECTED,'fnd.plsql.UMXFGAUTILB.create_roleSet_from_grants','Exception: '||errcode||' : '||errm);

137: when others then
138: errcode := SQLCODE;
139: errm := SQLERRM;
140: if (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
141: FND_LOG.STRING (FND_LOG.LEVEL_UNEXPECTED,'fnd.plsql.UMXFGAUTILB.create_roleSet_from_grants','Exception: '||errcode||' : '||errm);
142: end if;
143: rollback;
144: end;
145: end if;

Line 150: if (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then

146: exception
147: when others then
148: errcode := SQLCODE;
149: errm := SQLERRM;
150: if (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
151: FND_LOG.STRING (FND_LOG.LEVEL_UNEXPECTED,'fnd.plsql.UMXFGAUTILB.create_roleSet_from_grants','Exception : '||errcode||' : '||errm);
152: end if;
153: end;
154:

Line 151: FND_LOG.STRING (FND_LOG.LEVEL_UNEXPECTED,'fnd.plsql.UMXFGAUTILB.create_roleSet_from_grants','Exception : '||errcode||' : '||errm);

147: when others then
148: errcode := SQLCODE;
149: errm := SQLERRM;
150: if (FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) then
151: FND_LOG.STRING (FND_LOG.LEVEL_UNEXPECTED,'fnd.plsql.UMXFGAUTILB.create_roleSet_from_grants','Exception : '||errcode||' : '||errm);
152: end if;
153: end;
154:
155: /*******************************************************************************************************************************/