DBA Data[Home] [Help]

APPS.POS_SUPPLIER_UDA_BO_PKG dependencies on ERROR_HANDLER

Line 258: l_error_msg_tbl error_handler.error_tbl_type;

254: l_return_status VARCHAR2(2000);
255: l_msg_count NUMBER;
256: l_msg_data VARCHAR2(100);
257: l_errorcode NUMBER;
258: l_error_msg_tbl error_handler.error_tbl_type;
259:
260: l_pk_column_values ego_col_name_value_pair_array;
261: l_attributes_row_table ego_user_attr_row_table := ego_user_attr_row_table();
262: l_attributes_data_table ego_user_attr_data_table := ego_user_attr_data_table();

Line 368: p_init_error_handler => 'T',

364: p_entity_index => NULL,
365: p_entity_code => NULL,
366: p_debug_level => NULL, --p_debug_level,
367: p_commit => fnd_api.g_false,
368: p_init_error_handler => 'T',
369: p_init_fnd_msg_list => 'T',
370: x_failed_row_id_list => l_failed_row_id_buffer,
371: x_return_status => l_return_status,
372: x_errorcode => l_errorcode,

Line 377: error_handler.get_message_list(l_error_msg_tbl);

373: x_msg_count => l_msg_count,
374: x_msg_data => l_msg_data);
375:
376: IF l_return_status <> fnd_api.g_ret_sts_success THEN
377: error_handler.get_message_list(l_error_msg_tbl);
378: IF l_error_msg_tbl.first IS NOT NULL THEN
379: l_msg_count := l_error_msg_tbl.first;
380: WHILE l_msg_count IS NOT NULL LOOP
381: l_msg_count := l_error_msg_tbl.next(l_msg_count);