APIs in Telecommunications Billing Integrator B-1
B
APIs in Telecommunications Billing
Integrator
This appendix provides information on the APIs in TBI.
This appendix covers the following topics:
• Bill Summary Bulk Insert APIs
• Procedure: INSERT_ROW_BATCH
• Procedure: UPDATE_ROW_BATCH
• Bill Summary Public Table Type: BILL_SUMMARIES_TABLE
• Bill Summary Public Record Type: BILL_SUMMARIES_REC
Bill Summary Bulk Insert APIs
The summary data in the Bill Summary UI is fetched from the XNB_BILL_SUMMARIES
table in Oracle E-Business Suite. The XNB_BILL_SUMMARIES_PKG public package
provides the API to do a bulk insert in the XNB Bill Summary tables.
Procedure: INSERT_ROW_BATCH
The INSERT_ROW_BATCH procedure is used to insert new bill summary records from
external billing applications into Oracle E-Business Suite.
Syntax: XNB_BILL_SUMMARIES_PKG.Insert_Row_Batch(p_api_version,
bill_summaries, x_return_status, x_msg_data);
The following table lists the parameters for the procedure.