システム名 | http://www.as-link.com/ | 作成者 | 秦 松甫 |
---|---|---|---|
サブシステム名 | ERPlus@iDempiere3.1_daily | 作成日 | 2016/3/7 |
スキーマ名 | adempiere | 更新日 | |
論理テーブル名 | RDBMS | PostgreSQL 9.4.5 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9), 64-bit 9.4.5 | |
物理テーブル名 | r_request_v | ||
備考 |
No | 論理名 | 物理名 | データ型 | Not Null | デフォルト | 備考 |
---|---|---|---|---|---|---|
1 | r_request_id | numeric(10) | ||||
2 | ad_client_id | numeric(10) | ||||
3 | ad_org_id | numeric(10) | ||||
4 | isactive | character(1) | ||||
5 | created | timestamp without time zone | ||||
6 | createdby | numeric(10) | ||||
7 | updated | timestamp without time zone | ||||
8 | updatedby | numeric(10) | ||||
9 | documentno | character varying(30) | ||||
10 | r_requesttype_id | numeric(10) | ||||
11 | r_group_id | numeric(10) | ||||
12 | r_category_id | numeric(10) | ||||
13 | r_status_id | numeric(10) | ||||
14 | r_resolution_id | numeric(10) | ||||
15 | r_requestrelated_id | numeric(10) | ||||
16 | priority | character(1) | ||||
17 | priorityuser | character(1) | ||||
18 | duetype | character(1) | ||||
19 | summary | character varying(2000) | ||||
20 | confidentialtype | character(1) | ||||
21 | isescalated | character(1) | ||||
22 | isselfservice | character(1) | ||||
23 | salesrep_id | numeric(10) | ||||
24 | ad_role_id | numeric(10) | ||||
25 | datelastaction | timestamp without time zone | ||||
26 | datelastalert | timestamp without time zone | ||||
27 | lastresult | character varying(2000) | ||||
28 | processed | character(1) | ||||
29 | isinvoiced | character(1) | ||||
30 | c_bpartner_id | numeric(10) | ||||
31 | ad_user_id | numeric(10) | ||||
32 | c_campaign_id | numeric(10) | ||||
33 | c_order_id | numeric(10) | ||||
34 | c_invoice_id | numeric(10) | ||||
35 | c_payment_id | numeric(10) | ||||
36 | m_product_id | numeric(10) | ||||
37 | c_project_id | numeric(10) | ||||
38 | a_asset_id | numeric(10) | ||||
39 | m_inout_id | numeric(10) | ||||
40 | m_rma_id | numeric(10) | ||||
41 | ad_table_id | numeric(10) | ||||
42 | record_id | numeric(10) | ||||
43 | requestamt | numeric | ||||
44 | r_mailtext_id | numeric(10) | ||||
45 | result | character varying(2000) | ||||
46 | confidentialtypeentry | character(1) | ||||
47 | r_standardresponse_id | numeric(10) | ||||
48 | nextaction | character(1) | ||||
49 | datenextaction | timestamp without time zone | ||||
50 | starttime | timestamp without time zone | ||||
51 | endtime | timestamp without time zone | ||||
52 | qtyspent | numeric | ||||
53 | qtyinvoiced | numeric | ||||
54 | m_productspent_id | numeric(10) | ||||
55 | c_activity_id | numeric(10) | ||||
56 | startdate | timestamp without time zone | ||||
57 | closedate | timestamp without time zone | ||||
58 | c_invoicerequest_id | numeric(10) | ||||
59 | m_changerequest_id | numeric(10) | ||||
60 | taskstatus | character(1) | ||||
61 | qtyplan | numeric | ||||
62 | datecompleteplan | timestamp without time zone | ||||
63 | datestartplan | timestamp without time zone | ||||
64 | m_fixchangenotice_id | numeric(10) |
ソース |
---|
SELECT r_request.r_request_id, |
No | インデックス名 | カラムリスト | ユニーク | 備考 |
---|
No | 外部キー名 | カラムリスト | 参照先 | 参照先カラムリスト |
---|
No | 外部キー名 | カラムリスト | 参照元 | 参照元カラムリスト |
---|
No | プロパティ名 | プロパティ値 |
---|---|---|
1 | schemaname | adempiere |
2 | viewname | r_request_v |
3 | viewowner | adempiere |
4 | definition | SELECT r_request.r_request_id, r_request.ad_client_id, r_request.ad_org_id, r_request.isactive, r_request.created, r_request.createdby, r_request.updated, r_request.updatedby, r_request.documentno, r_request.r_requesttype_id, r_request.r_group_id, r_request.r_category_id, r_request.r_status_id, r_request.r_resolution_id, r_request.r_requestrelated_id, r_request.priority, r_request.priorityuser, r_request.duetype, r_request.summary, r_request.confidentialtype, r_request.isescalated, r_request.isselfservice, r_request.salesrep_id, r_request.ad_role_id, r_request.datelastaction, r_request.datelastalert, r_request.lastresult, r_request.processed, r_request.isinvoiced, r_request.c_bpartner_id, r_request.ad_user_id, r_request.c_campaign_id, r_request.c_order_id, r_request.c_invoice_id, r_request.c_payment_id, r_request.m_product_id, r_request.c_project_id, r_request.a_asset_id, r_request.m_inout_id, r_request.m_rma_id, r_request.ad_table_id, r_request.record_id, r_request.requestamt, r_request.r_mailtext_id, r_request.result, r_request.confidentialtypeentry, r_request.r_standardresponse_id, r_request.nextaction, r_request.datenextaction, r_request.starttime, r_request.endtime, r_request.qtyspent, r_request.qtyinvoiced, r_request.m_productspent_id, r_request.c_activity_id, r_request.startdate, r_request.closedate, r_request.c_invoicerequest_id, r_request.m_changerequest_id, r_request.taskstatus, r_request.qtyplan, r_request.datecompleteplan, r_request.datestartplan, r_request.m_fixchangenotice_id FROM r_request WHERE (((r_request.isactive = 'Y'::bpchar) AND (r_request.processed = 'N'::bpchar)) AND (getdate() > r_request.datenextaction)); |