DBA Data[Home] [Help]

APPS.DPP_CUSTOMERCLAIMS_PVT dependencies on XMLTYPE

Line 634: ,output_xml = XMLType(l_cust_hdr_rec.Output_XML)

630: ,last_updated_by = l_cust_hdr_rec.Last_Updated_By
631: ,last_update_login = l_cust_hdr_rec.Last_Updated_By
632: ,provider_process_id = l_cust_hdr_rec.Provider_Process_Id
633: ,provider_process_instance_id = l_cust_hdr_rec.Provider_Process_Instance_id
634: ,output_xml = XMLType(l_cust_hdr_rec.Output_XML)
635: ,object_version_number = nvl(object_version_number,0) + 1
636: WHERE execution_detail_id = l_cust_hdr_rec.Execution_Detail_ID;
637: -- Debug Message
638: