DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_BILLING_CONTROLLER_PVT

Line 7610: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_chr_id);

7606: write_to_log('Statuses updated successfully');
7607:
7608: -- Added by mansrini for bug 4728636 (G bug 4520466)
7609: IF p_purpose <> 'REPORT' THEN
7610: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_chr_id);
7611: END IF;
7612: -- end changes
7613: --Added by kthiruva for Debugging
7614: write_to_log('After the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');

Line 7614: write_to_log('After the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');

7610: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_chr_id);
7611: END IF;
7612: -- end changes
7613: --Added by kthiruva for Debugging
7614: write_to_log('After the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
7615:
7616: EXCEPTION
7617: WHEN OTHERS THEN
7618: okl_api.set_message (p_app_name => G_APP_NAME,

Line 23307: write_to_log('Prior to the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');

23303: WHERE ID = l_id_tbl(i);
23304:
23305: --Added by kthiruva for Debugging
23306: write_to_log('Streams updated succesfully');
23307: write_to_log('Prior to the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
23308: -- Added by mansrini for bug 4728636 (G bug 4520466 )
23309: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_khr_id);
23310: -- end changes
23311: write_to_log('Aftter the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');

Line 23309: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_khr_id);

23305: --Added by kthiruva for Debugging
23306: write_to_log('Streams updated succesfully');
23307: write_to_log('Prior to the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
23308: -- Added by mansrini for bug 4728636 (G bug 4520466 )
23309: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_khr_id);
23310: -- end changes
23311: write_to_log('Aftter the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
23312:
23313:

Line 23311: write_to_log('Aftter the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');

23307: write_to_log('Prior to the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
23308: -- Added by mansrini for bug 4728636 (G bug 4520466 )
23309: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_khr_id);
23310: -- end changes
23311: write_to_log('Aftter the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
23312:
23313:
23314: EXCEPTION
23315: WHEN OTHERS THEN