Parameters
| Name | Type | Mode |
|---|---|---|
| tran_date | date | IN (DEFAULT fn_system_date()) |
| dept_id | integer | OUT |
| post_type | character | OUT |
| tran_type | character | OUT |
| is_deposit | boolean | OUT |
| post_qty | integer | OUT |
| post_count | integer | OUT |
| post_amt | t_money | OUT |
| void_qty | integer | OUT |
| void_count | integer | OUT |
| void_amt | t_money | OUT |