DECLARE
p_api_version NUMBER;
p_init_msg_list VARCHAR2(200);
p_commit VARCHAR2(200);
p_validation_level NUMBER;
x_return_status VARCHAR2(200);
x_msg_count NUMBER;
x_msg_data VARCHAR2(200);
p_cash_receipt_id NUMBER;
p_pay_from_customer NUMBER;
p_comments VARCHAR2(200);
p_payment_trxn_extension_id NUMBER;
x_status VARCHAR2(200);
p_customer_bank_account_id NUMBER;
p_count NUMBER;
BEGIN
--
fnd_global.apps_initialize(1110, 50683, 222);
--
p_api_version := 1.0;
p_init_msg_list := fnd_api.g_true;
p_commit := fnd_api.g_false;
p_validation_level := fnd_api.g_valid_level_full;
p_cash_receipt_id := 78043;
--参数只能指定客户账户,没有提供事业所字段
p_pay_from_customer := 1885; --hz_cust_accounts.cust_account_id
p_comments := 'TES
使用API将AR收款不明入金转为未核销状态
最新推荐文章于 2024-01-30 10:39:53 发布