AR應收賬款彙總

2021-06-06 06:57:06 字數 1768 閱讀 5998

select customer_name,

customer_number,

extended_amount,

description,

price,

quantity,

salename,

startdate,

enddate

from (select hpt.party_name customer_name,

hca.account_number customer_number,

decode(ctl.gross_extended_amount,

null,

ctl.extended_amount,

ctl.gross_extended_amount) as extended_amount,

ctl.description,

decode(ctl.gross_unit_selling_price,

null,

ctl.unit_selling_price,

ctl.gross_unit_selling_price) as price,

arpt_sql_func_util.get_salesrep_name_number(ct.primary_salesrep_id,

'name',

ct.org_id) as salename,

nvl(ctl.quantity_credited, ctl.quantity_invoiced) as quantity,

to_char(:startdate, 'yyyy-mm-dd') as startdate,

to_char(:enddate, 'yyyy-mm-dd') as enddate

from ra_customer_trx_all       ct,

ra_customer_trx_lines_all ctl,

hz_parties                hpt,

hz_cust_accounts          hca,

ra_cust_trx_types_all     ctt,

mtl_units_of_measure      uom

where ct.customer_trx_id = ctl.customer_trx_id

and ct.org_id = ctl.org_id

and ct.bill_to_customer_id = hca.cust_account_id

and hca.party_id = hpt.party_id

and ctt.cust_trx_type_id = ct.cust_trx_type_id

and ctl.line_type != 'tax'

and ctt.type in ('inv', 'cm')

and ctt.cust_trx_type_id !=

cux_ar_utl_pkg.get_return_commitment_type

and ctt.name != 'sh-????'

and ctl.uom_code = uom.uom_code(+)

and to_char(ct.trx_date, 'yyyy-mm-dd') between

to_char(:startdate, 'yyyy-mm-dd') and

to_char(:enddate, 'yyyy-mm-dd')

and hca.account_number = nvl(:customernum, hca.account_number))

應收賬款(保理)融資模式解讀

應收賬款融資,就是用未來收取的貨款作為還款 的融資模式,賣方先把貨物提供給買方,買方過段時間再付貨款,那麼這筆貨款,就是賣方的應收賬款。應收賬款融資業務涉及的三方 債權人 商賣方企業 債務人 下游買方客戶 金融服務機構 保理商 保理融資業務 商賣方客戶售賣貨品給下游買方客戶,賣方客戶需要及時獲取貨款...

應收賬款仍是銀行保理空白區

中國保理行業正在高歌猛進。據中國商業保理專業委員會秘書長韓家平2014年10月公布的統計資料,基於兩點可以 未來中國保理業務需求仍舊十分巨大,首先,近幾年賒銷成 結算的最主要方式,統計顯示,國際 中賒銷比例已經佔到70 以上,國內 賒銷企業佔比已超90 其次,在中國規模高達20萬億元以上的企業應收賬...

中小企業籌資新法 應收賬款也可質押融資

蔡老闆在蘇州市崑山有一家古典家具製造廠,生產的主要產品是仿古家具。這種家具產品對原材料的要求較高,採購原材料時必須現貨付款。而銷售產品後,貨款 期較長,一般需要30 90天的付款時間。因為工廠自有資金有限,而且沒有固定資產可以融資,造成資金非常緊張,無力接受大的訂單,同時也妨礙了企業擴大經營規模。就...