DBA Data[Home] [Help]

APPS.BIS_MEASURE_SECURITY_PUB dependencies on BIS_UTILITIES_PVT

Line 51: BIS_UTILITIES_PVT.Add_Error_Message

47: );
48: --added this
49: IF( x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
50: l_error_tbl := x_error_Tbl;
51: BIS_UTILITIES_PVT.Add_Error_Message
52: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
53: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
54: , p_error_proc_name => G_PKG_NAME||'.Create_Measure_Security'
55: , p_error_type => BIS_UTILITIES_PUB.G_ERROR

Line 80: BIS_UTILITIES_PVT.Add_Error_Message

76: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
77: when others then
78: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
79: l_error_tbl := x_error_Tbl;
80: BIS_UTILITIES_PVT.Add_Error_Message
81: ( p_error_msg_id => SQLCODE
82: , p_error_description => SQLERRM
83: , p_error_proc_name => G_PKG_NAME||'.Create_Measure_Security'
84: , p_error_table => l_error_tbl

Line 128: BIS_UTILITIES_PVT.Add_Error_Message

124:
125: --added this
126: IF( x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
127: l_error_tbl := x_error_Tbl;
128: BIS_UTILITIES_PVT.Add_Error_Message
129: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
130: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
131: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Measure_Securities'
132: , p_error_type => BIS_UTILITIES_PUB.G_ERROR

Line 163: BIS_UTILITIES_PVT.Add_Error_Message

159: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
160: when others then
161: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
162: l_error_tbl := x_error_Tbl;
163: BIS_UTILITIES_PVT.Add_Error_Message
164: ( p_error_msg_id => SQLCODE
165: , p_error_description => SQLERRM
166: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Measure_Securities'
167: , p_error_table => l_error_tbl

Line 197: BIS_UTILITIES_PVT.Add_Error_Message

193: );
194: --added this
195: IF( x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
196: l_error_tbl := x_error_Tbl;
197: BIS_UTILITIES_PVT.Add_Error_Message
198: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
199: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
200: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Measure_Security'
201: , p_error_type => BIS_UTILITIES_PUB.G_ERROR

Line 228: BIS_UTILITIES_PVT.Add_Error_Message

224: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
225: when others then
226: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
227: l_error_tbl := x_error_Tbl;
228: BIS_UTILITIES_PVT.Add_Error_Message
229: ( p_error_msg_id => SQLCODE
230: , p_error_description => SQLERRM
231: , p_error_proc_name => G_PKG_NAME||'.Retrieve_Measure_Security'
232: , p_error_table => l_error_tbl

Line 264: BIS_UTILITIES_PVT.Add_Error_Message

260: );
261: --added this
262: IF( x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
263: l_error_tbl := x_error_Tbl;
264: BIS_UTILITIES_PVT.Add_Error_Message
265: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
266: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
267: , p_error_proc_name => G_PKG_NAME||'.Update_Measure_Security'
268: , p_error_type => BIS_UTILITIES_PUB.G_ERROR

Line 294: BIS_UTILITIES_PVT.Add_Error_Message

290: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
291: when others then
292: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
293: l_error_tbl := x_error_Tbl;
294: BIS_UTILITIES_PVT.Add_Error_Message
295: ( p_error_msg_id => SQLCODE
296: , p_error_description => SQLERRM
297: , p_error_proc_name => G_PKG_NAME||'.Update_Measure_Security'
298: , p_error_table => l_error_tbl

Line 331: BIS_UTILITIES_PVT.Add_Error_Message

327: );
328: --added this
329: IF( x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
330: l_error_tbl := x_error_Tbl;
331: BIS_UTILITIES_PVT.Add_Error_Message
332: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
333: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
334: , p_error_proc_name => G_PKG_NAME||'.Delete_Measure_Security'
335: , p_error_type => BIS_UTILITIES_PUB.G_ERROR

Line 361: BIS_UTILITIES_PVT.Add_Error_Message

357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
358: when others then
359: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
360: l_error_tbl := x_error_Tbl;
361: BIS_UTILITIES_PVT.Add_Error_Message
362: ( p_error_msg_id => SQLCODE
363: , p_error_description => SQLERRM
364: , p_error_proc_name => G_PKG_NAME||'.Delete_Measure_Security'
365: , p_error_table => l_error_tbl

Line 392: BIS_UTILITIES_PVT.Add_Error_Message

388: );
389: --added this
390: IF( x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
391: l_error_tbl := x_error_Tbl;
392: BIS_UTILITIES_PVT.Add_Error_Message
393: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
394: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
395: , p_error_proc_name => G_PKG_NAME||'.Validate_Measure_Security'
396: , p_error_type => BIS_UTILITIES_PUB.G_ERROR

Line 422: BIS_UTILITIES_PVT.Add_Error_Message

418: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
419: when others then
420: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
421: l_error_tbl := x_error_Tbl;
422: BIS_UTILITIES_PVT.Add_Error_Message
423: ( p_error_msg_id => SQLCODE
424: , p_error_description => SQLERRM
425: , p_error_proc_name => G_PKG_NAME||'.Validate_Measure_Security'
426: , p_error_table => l_error_tbl

Line 455: BIS_UTILITIES_PVT.Add_Error_Message

451: );
452: --added this
453: IF( x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
454: l_error_tbl := x_error_Tbl;
455: BIS_UTILITIES_PVT.Add_Error_Message
456: ( p_error_msg_name => 'BIS_INVALID_MSR_SECURITY_VALUE'
457: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
458: , p_error_proc_name => G_PKG_NAME||'.Validate_Measure_Security'
459: , p_error_type => BIS_UTILITIES_PUB.G_ERROR

Line 486: BIS_UTILITIES_PVT.Add_Error_Message

482: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
483: when others then
484: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
485: l_error_tbl := x_error_Tbl;
486: BIS_UTILITIES_PVT.Add_Error_Message
487: ( p_error_msg_id => SQLCODE
488: , p_error_description => SQLERRM
489: , p_error_proc_name => G_PKG_NAME||'.Validate_Measure_Security'
490: , p_error_table => l_error_tbl

Line 526: BIS_UTILITIES_PVT.Add_Error_Message

522: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
523: WHEN OTHERS THEN
524: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
525: l_error_tbl := x_error_Tbl;
526: BIS_UTILITIES_PVT.Add_Error_Message
527: ( p_error_msg_id => SQLCODE
528: , p_error_description => SQLERRM
529: , p_error_proc_name => G_PKG_NAME||'.Delete_TargetLevel_Resp'
530: , p_error_table => l_error_tbl