DBA Data[Home] [Help]

APPS.OKL_STREAM_BILLING_PUB dependencies on OKL_STREAM_BILLING_PUB

Line 1: PACKAGE BODY OKL_STREAM_BILLING_PUB AS

1: PACKAGE BODY OKL_STREAM_BILLING_PUB AS
2: /* $Header: OKLPBSTB.pls 120.9.12020000.2 2012/08/07 12:47:40 racheruv ship $ */
3:
4: ------------------------------------------------------------------
5: -- Procedure BIL_STREAMS to bill outstanding stream elements

Line 258: okl_stream_billing_pub.bill_streams (

254: FND_FILE.PUT_LINE (FND_FILE.LOG, 'Contract Number = ' ||p_contract_number);
255: FND_FILE.PUT_LINE (FND_FILE.LOG, 'Customer Account Id = ' ||p_cust_acct_id);
256: FND_FILE.PUT_LINE (FND_FILE.LOG, 'Assigned Process = ' ||p_assigned_process);
257:
258: okl_stream_billing_pub.bill_streams (
259: p_api_version => l_api_version,
260: p_init_msg_list => Okl_Api.G_FALSE,
261: x_return_status => lx_return_status,
262: x_msg_count => lx_msg_count,

Line 291: END Okl_Stream_Billing_Pub;

287:
288: END bill_streams_conc;
289:
290:
291: END Okl_Stream_Billing_Pub;