[Home] [Help]
421: tld_id NUMBER,
422: xsi_id NUMBER,
423: bill_date DATE,
424: contract_number okc_k_headers_b.contract_number%type,
425: stream_purpose okl_strm_type_v.stream_type_purpose%type,
426: amount okl_strm_elements.amount%type,
427: error_message Varchar2(2000)
428: );
429:
1980: tld_id NUMBER,
1981: xsi_id NUMBER,
1982: bill_date DATE,
1983: contract_number okc_k_headers_b.contract_number%type,
1984: stream_name okl_strm_type_v.name%type,
1985: amount okl_strm_elements.amount%type,
1986: error_message Varchar2(2000)
1987: );
1988: