DBA Data[Home] [Help]

APPS.OKS_BILL_UTIL_PUB dependencies on OKS_BILL_REC_PUB

Line 331: p_billrep_table IN OKS_BILL_REC_PUB.bill_report_tbl_type

327:
328: /* Procedure to create billing report */
329:
330: Procedure Create_Report (
331: p_billrep_table IN OKS_BILL_REC_PUB.bill_report_tbl_type
332: ,p_billrep_err_tbl IN OKS_BILL_REC_PUB.billrep_error_tbl_type
333: ,p_line_from IN NUMBER
334: ,p_line_to IN NUMBER
335: ,x_return_status OUT NOCOPY Varchar2

Line 332: ,p_billrep_err_tbl IN OKS_BILL_REC_PUB.billrep_error_tbl_type

328: /* Procedure to create billing report */
329:
330: Procedure Create_Report (
331: p_billrep_table IN OKS_BILL_REC_PUB.bill_report_tbl_type
332: ,p_billrep_err_tbl IN OKS_BILL_REC_PUB.billrep_error_tbl_type
333: ,p_line_from IN NUMBER
334: ,p_line_to IN NUMBER
335: ,x_return_status OUT NOCOPY Varchar2
336: ) ;