DBA Data[Home] [Help]

APPS.AMS_IMP_REG_DETAIL_PVT dependencies on AMS_LIST_IMPORT_PUB

Line 993: AMS_List_Import_PUB.error_capture( p_api_version => 1.0

989: p_log_used_by_id => p_imp_hdr_id,
990: p_msg_data => l_msg_data
991: );
992:
993: AMS_List_Import_PUB.error_capture( p_api_version => 1.0
994: , x_return_status => l_return_status_ec
995: , x_msg_count => l_msg_count_ec
996: , x_msg_data => l_msg_data_ec
997: , p_import_list_header_id => p_imp_hdr_id

Line 1008: AMS_List_Import_PUB.error_capture( p_api_version => 1.0

1004: --FND_FILE.PUT_LINE(FND_FILE.LOG,'check the log table for detail error message ');
1005: l_msg_count := FND_MSG_PUB.count_msg;
1006: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
1007: l_msg_data := FND_MSG_PUB.get(i, FND_API.G_FALSE);
1008: AMS_List_Import_PUB.error_capture( p_api_version => 1.0
1009: , x_return_status => l_return_status_ec
1010: , x_msg_count => l_msg_count_ec
1011: , x_msg_data => l_msg_data_ec
1012: , p_import_list_header_id => p_imp_hdr_id

Line 1036: AMS_List_Import_PUB.error_capture( p_api_version => 1.0

1032: -- soagrawa 17-feb-2003 now passing index to fnd msg pub get for bug# 2769511
1033: l_tmp_var := fnd_msg_pub.get(i, p_encoded => fnd_api.g_false);
1034: l_msg_data := SUBSTR((l_msg_data || (i ||'. ')|| l_tmp_var),1,2000);
1035: END LOOP;
1036: AMS_List_Import_PUB.error_capture( p_api_version => 1.0
1037: , x_return_status => l_return_status_ec
1038: , x_msg_count => l_msg_count_ec
1039: , x_msg_data => l_msg_data_ec
1040: , p_import_list_header_id => p_imp_hdr_id