DBA Data[Home] [Help]

APPS.OKL_LA_STREAM_PVT dependencies on OKL_BILLING_CONTROLLER_PVT

Line 6173: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_chr_id);

6169: write_to_log('Statuses updated successfully');
6170:
6171: -- Added by mansrini for bug 4728636 (G bug 4520466)
6172: IF p_purpose <> 'REPORT' THEN
6173: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_chr_id);
6174: END IF;
6175: -- end changes
6176: --Added by kthiruva for Debugging
6177: write_to_log('After the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');

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

6173: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_chr_id);
6174: END IF;
6175: -- end changes
6176: --Added by kthiruva for Debugging
6177: write_to_log('After the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
6178:
6179: EXCEPTION
6180: WHEN OTHERS THEN
6181: okl_api.set_message (p_app_name => G_APP_NAME,

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

20486: WHERE ID = l_id_tbl(i);
20487:
20488: --Added by kthiruva for Debugging
20489: write_to_log('Streams updated succesfully');
20490: write_to_log('Prior to the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
20491: -- Added by mansrini for bug 4728636 (G bug 4520466 )
20492: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_khr_id);
20493: -- end changes
20494: write_to_log('Aftter the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');

Line 20492: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_khr_id);

20488: --Added by kthiruva for Debugging
20489: write_to_log('Streams updated succesfully');
20490: write_to_log('Prior to the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
20491: -- Added by mansrini for bug 4728636 (G bug 4520466 )
20492: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_khr_id);
20493: -- end changes
20494: write_to_log('Aftter the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
20495:
20496:

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

20490: write_to_log('Prior to the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
20491: -- Added by mansrini for bug 4728636 (G bug 4520466 )
20492: OKL_BILLING_CONTROLLER_PVT.track_next_bill_date(p_khr_id);
20493: -- end changes
20494: write_to_log('Aftter the call to OKL_BILLING_CONTROLLER_PVT.track_next_bill_date');
20495:
20496:
20497: EXCEPTION
20498: WHEN OTHERS THEN