DBA Data[Home] [Help]

APPS.BIS_VG_SECURITY dependencies on BIS_VG_LOG

Line 100: bis_vg_log.update_failure_log( x_error_tbl

96: , p_value1 => l_tag
97: , p_error_table => x_error_tbl
98: , x_error_table => x_error_tbl
99: );
100: bis_vg_log.update_failure_log( x_error_tbl
101: , x_return_status
102: , x_error_Tbl
103: );
104: RAISE FND_API.G_EXC_ERROR;

Line 160: bis_vg_log.update_failure_log( x_error_tbl

156: , p_value2 => x_app
157: , p_error_msg_level => FND_MSG_PUB.G_MSG_LVL_ERROR
158: , x_error_table => x_error_tbl
159: );
160: bis_vg_log.update_failure_log( x_error_tbl
161: , x_return_status
162: , x_error_Tbl
163: );
164: RAISE FND_API.G_EXC_ERROR;

Line 195: bis_vg_log.update_failure_log( x_error_tbl

191: , p_error_proc_name => G_PKG_NAME||'. parse_SEC_select'
192: , p_error_table => x_error_tbl
193: , x_error_table => x_error_tbl
194: );
195: bis_vg_log.update_failure_log( x_error_tbl
196: , x_return_status
197: , x_error_Tbl
198: );
199: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 299: bis_vg_log.update_failure_log( x_error_tbl

295: , p_error_proc_name => G_PKG_NAME||'.add_security_Info'
296: , p_error_table => x_error_tbl
297: , x_error_table => x_error_tbl
298: );
299: bis_vg_log.update_failure_log( x_error_tbl
300: , x_return_status
301: , x_error_Tbl
302: );
303: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;