DBA Data[Home] [Help]

APPS.ZPB_AC_OPS dependencies on ZPB_LOG

Line 124: zpb_log.write_event(G_PKG_NAME||'.clean_active_instance', ' - l_REQID= ' || l_REQID ||': l_instanceID= '|| l_instanceID ||':'|| substr(sqlerrm,1,90));

120:
121: exception
122:
123: WHEN zpb_reqID_err THEN
124: zpb_log.write_event(G_PKG_NAME||'.clean_active_instance', ' - l_REQID= ' || l_REQID ||': l_instanceID= '|| l_instanceID ||':'|| substr(sqlerrm,1,90));
125: raise;
126:
127: wHEN others then
128: raise;

Line 2950: zpb_log.write_event(G_PKG_NAME||'.'||l_api_name,to_char(sqlcode) ||':'|| substr(sqlerrm,1,90));

2946: );
2947: WHEN OTHERS THEN
2948: ROLLBACK TO create_partial_cycle;
2949: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2950: zpb_log.write_event(G_PKG_NAME||'.'||l_api_name,to_char(sqlcode) ||':'|| substr(sqlerrm,1,90));
2951: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2952: FND_MSG_PUB.Add_Exc_Msg(
2953: G_PKG_NAME,
2954: l_api_name

Line 3281: zpb_log.write_event(G_PKG_NAME||'.'||l_api_name,to_char(sqlcode) ||':'|| substr(sqlerrm,1,90));

3277: );
3278: WHEN OTHERS THEN
3279: ROLLBACK TO create_migrate_inst;
3280: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3281: zpb_log.write_event(G_PKG_NAME||'.'||l_api_name,to_char(sqlcode) ||':'|| substr(sqlerrm,1,90));
3282: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
3283: FND_MSG_PUB.Add_Exc_Msg(
3284: G_PKG_NAME,
3285: l_api_name

Line 3567: zpb_log.write_event(G_PKG_NAME||'.'||l_api_name,to_char(sqlcode) ||':'

3563: WHEN OTHERS
3564: THEN
3565: ROLLBACK TO Create_Hier_Order;
3566: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3567: zpb_log.write_event(G_PKG_NAME||'.'||l_api_name,to_char(sqlcode) ||':'
3568: || substr(sqlerrm,1,90));
3569: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3570: THEN
3571: FND_MSG_PUB.Add_Exc_Msg(

Line 3655: zpb_log.write_event(G_PKG_NAME||'.'||l_api_name,to_char(sqlcode) ||':'

3651:
3652: WHEN others
3653: THEN
3654: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3655: zpb_log.write_event(G_PKG_NAME||'.'||l_api_name,to_char(sqlcode) ||':'
3656: || substr(sqlerrm,1,90));
3657: IF FND_MSG_PUB.Check_Msg_Level(FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3658: THEN
3659: FND_MSG_PUB.Add_Exc_Msg(