![Oracle B31540-02 Скачать руководство пользователя страница 57](http://html1.mh-extra.com/html/oracle/b31540-02/b31540-02_implementation-manual_1646200057.webp)
APIs in Telecommunications Billing Integrator
B-3
Procedure: UPDATE_ROW_BATCH
Parameter Name
In /Out
Data Type
Description
p_api_version
IN
NUMBER
Version of the API
p_bill_summaries
IN
bill_summaries_table
PL/SQL table type that contains the
record type required for creating
bill summaries.
x_return_status
OUT
VARCHAR2
Returns the status of the update
operation. The values returned are:
•
S : When the operation is a
success.
•
E: When the operation is not a
success due to a known error.
x_msg_data
OUT
VARCHAR2
A concatenated string of all the
error and warning messages that
are put into the message stack.
Bill Summary Public Table Type: BILL_SUMMARIES_TABLE
The following table lists the specifications for the BILL_SUMMARIES_TABLE.
Specifications for BILL_SUMMARIES_TABLE
Table Type Name
Record Type
Description
bill_summaries_table
TABLE OF
bill_summaries_rec
PL/SQL record type that
contains all the attributes
required for creating bill
summaries.
Bill Summary Public Record Type: BILL_SUMMARIES_REC
The following table lists the specifications for BILL_SUMMARIES_REC.