DBA Data[Home] [Help]

APPS.POS_BATCH_IMPORT_PKG dependencies on ERROR_HANDLER

Line 12: l_error_msg_tbl error_handler.error_tbl_type;

8: g_source VARCHAR2(30) := 'IMPORT';
9: g_user_id NUMBER(15) := fnd_global.user_id;
10: g_login_id NUMBER(15) := fnd_global.login_id;
11:
12: l_error_msg_tbl error_handler.error_tbl_type;
13:
14: --Function: Insert_Rejections
15: --This function is called whenever the process needs to insert a
16: --rejection into new supplier interface rejection table.

Line 1602: error_handler.get_message_list(l_error_msg_tbl);

1598: x_msg_count => l_msg_count,
1599: x_msg_data => l_msg_data);
1600:
1601: IF l_return_status <> fnd_api.g_ret_sts_success THEN
1602: error_handler.get_message_list(l_error_msg_tbl);
1603: IF l_error_msg_tbl.first IS NOT NULL THEN
1604: l_msg_count := l_error_msg_tbl.first;
1605: WHILE l_msg_count IS NOT NULL LOOP
1606: fnd_file.put_line(fnd_file.log,

Line 1999: error_handler.get_message_list(l_error_msg_tbl);

1995: l_msg_count || ', Message From Create_Vendor API: ' ||
1996: l_msg_data);
1997: END IF;
1998:
1999: error_handler.get_message_list(l_error_msg_tbl);
2000: IF l_error_msg_tbl.first IS NOT NULL THEN
2001: l_msg_count := l_error_msg_tbl.first;
2002: WHILE l_msg_count IS NOT NULL LOOP
2003: fnd_file.put_line(fnd_file.log,

Line 2980: error_handler.get_message_list(l_error_msg_tbl);

2976: ', Message From Create_Vendor_Site API: ' ||
2977: l_msg_data);
2978: END IF;
2979:
2980: error_handler.get_message_list(l_error_msg_tbl);
2981: IF l_error_msg_tbl.first IS NOT NULL THEN
2982: l_msg_count := l_error_msg_tbl.first;
2983: WHILE l_msg_count IS NOT NULL LOOP
2984: fnd_file.put_line(fnd_file.log,