DBA Data[Home] [Help]

APPS.POS_MERGE_SUPPLIER_PKG dependencies on ERROR_HANDLER

Line 2810: l_error_msg_tbl error_handler.error_tbl_type;

2806: l_return_status VARCHAR2(2000);
2807: l_msg_count NUMBER;
2808: l_msg_data VARCHAR2(100);
2809: l_errorcode NUMBER;
2810: l_error_msg_tbl error_handler.error_tbl_type;
2811: where_clause VARCHAR2(5000);
2812:
2813: TYPE cursor_ref_type IS REF CURSOR;
2814: l_pscur cursor_ref_type;

Line 3450: p_init_error_handler => 'T',

3446: p_entity_index => NULL,
3447: p_entity_code => NULL,
3448: p_debug_level => NULL, --p_debug_level,
3449: p_commit => fnd_api.g_false,
3450: p_init_error_handler => 'T',
3451: p_init_fnd_msg_list => 'T',
3452: x_failed_row_id_list => l_failed_row_id_buffer,
3453: x_return_status => l_return_status,
3454: x_errorcode => l_errorcode,

Line 3459: error_handler.get_message_list(l_error_msg_tbl);

3455: x_msg_count => l_msg_count,
3456: x_msg_data => l_msg_data);
3457:
3458: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3459: error_handler.get_message_list(l_error_msg_tbl);
3460: IF l_error_msg_tbl.first IS NOT NULL THEN
3461: l_msg_count := l_error_msg_tbl.first;
3462: WHILE l_msg_count IS NOT NULL LOOP
3463: fnd_file.put_line(fnd_file.log,

Line 3499: p_init_error_handler => 'T',

3495: p_entity_index => NULL,
3496: p_entity_code => NULL,
3497: p_debug_level => NULL, --p_debug_level,
3498: p_commit => fnd_api.g_false,
3499: p_init_error_handler => 'T',
3500: p_init_fnd_msg_list => 'T',
3501: x_failed_row_id_list => l_failed_row_id_buffer,
3502: x_return_status => l_return_status,
3503: x_errorcode => l_errorcode,

Line 3508: error_handler.get_message_list(l_error_msg_tbl);

3504: x_msg_count => l_msg_count,
3505: x_msg_data => l_msg_data);
3506:
3507: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3508: error_handler.get_message_list(l_error_msg_tbl);
3509: IF l_error_msg_tbl.first IS NOT NULL THEN
3510: l_msg_count := l_error_msg_tbl.first;
3511: WHILE l_msg_count IS NOT NULL LOOP
3512: fnd_file.put_line(fnd_file.log,

Line 3554: l_error_msg_tbl error_handler.error_tbl_type;

3550: l_return_status VARCHAR2(2000);
3551: l_msg_count NUMBER;
3552: l_msg_data VARCHAR2(100);
3553: l_errorcode NUMBER;
3554: l_error_msg_tbl error_handler.error_tbl_type;
3555:
3556: l_class_code_name_value_pairs ego_col_name_value_pair_array := ego_col_name_value_pair_array(NULL);
3557: l_party_id NUMBER;
3558: l_party_site_id NUMBER;

Line 3767: p_init_error_handler => 'T',

3763: p_entity_index => NULL,
3764: p_entity_code => NULL,
3765: p_debug_level => NULL, --p_debug_level,
3766: p_commit => fnd_api.g_false,
3767: p_init_error_handler => 'T',
3768: p_init_fnd_msg_list => 'T',
3769: x_failed_row_id_list => l_failed_row_id_buffer,
3770: x_return_status => l_return_status,
3771: x_errorcode => l_errorcode,

Line 3776: error_handler.get_message_list(l_error_msg_tbl);

3772: x_msg_count => l_msg_count,
3773: x_msg_data => l_msg_data);
3774:
3775: IF l_return_status <> fnd_api.g_ret_sts_success THEN
3776: error_handler.get_message_list(l_error_msg_tbl);
3777: IF l_error_msg_tbl.first IS NOT NULL THEN
3778: l_msg_count := l_error_msg_tbl.first;
3779: WHILE l_msg_count IS NOT NULL LOOP
3780: fnd_file.put_line(fnd_file.log,