- f_myitems_customer_list
string f_myitems_customer_list
(
in string as_sid,
in string as_customer,
in string as_row
)
raises (CTS::PBUserException);
- f_myitems_customer_paste
string f_myitems_customer_paste
(
in string as_sid,
in string as_row,
in string as_colname,
in string as_fields
)
raises (CTS::PBUserException);
- f_myitems_del
string f_myitems_del
(
in string as_customer,
in string as_prod,
in string as_flag,
in string as_conf,
in string as_sid
)
raises (CTS::PBUserException);
- f_myitems_edit
string f_myitems_edit
(
in string as_prod,
in string as_sid,
in string as_customer
)
raises (CTS::PBUserException);
- f_myitems_gen_quote
string f_myitems_gen_quote
(
in string as_sid,
in string as_customer
)
raises (CTS::PBUserException);
- f_myitems_ins
string f_myitems_ins
(
in string as_sid,
in string as_select,
in string as_action,
in string as_store,
in string as_customer,
in string as_price,
in string as_acct,
in string as_multi,
in string as_basis,
in string as_lastrow,
in string as_func,
in string as_comp
)
raises (CTS::PBUserException);
- f_myitems_list
string f_myitems_list
(
in string as_sid,
in string as_customer,
in string as_row
)
raises (CTS::PBUserException);
- f_myitems_new
string f_myitems_new
(
in string as_sid,
in string as_select,
in string as_action,
in string as_store,
in string as_customer,
in string as_price,
in string as_acct,
in string as_multi,
in string as_basis,
in string as_lastrow,
in string as_func,
in string as_comp
)
raises (CTS::PBUserException);
- f_myitems_save
string f_myitems_save
(
in string as_sid,
in string as_customer,
in string as_prod_1,
in string my_desc_1,
in string my_qty_1,
in string my_price_1,
in string as_func,
in string as_currency,
in string my_cc_price_1,
in string my_cost_1
)
raises (CTS::PBUserException);
- f_myitems_saverows
string f_myitems_saverows
(
in string as_sid,
in string as_select,
in string as_action,
in string as_store,
in string as_customer,
in string as_price,
in string as_acct,
in string as_multi,
in string as_basis,
in string as_lastrow,
in string as_func,
in string as_comp
)
raises (CTS::PBUserException);