DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKS_CHANGE_STATUS_PVT

Line 4242: oks_change_status_pvt.Update_header_status(

4238:
4239: fnd_file.put_line(fnd_file.log,'(OKS) -> Cancel the Header = ( '
4240: || contract_id ||' ) with date = ( ' || l_cancel_date||' )' );
4241:
4242: oks_change_status_pvt.Update_header_status(
4243: x_return_status => l_return_status,
4244: x_msg_data => x_msg_data,
4245: x_msg_count => x_msg_count,
4246: p_init_msg_list => 'F',

Line 4378: oks_change_status_pvt.Update_line_status (

4374:
4375: fnd_file.put_line(fnd_file.log,'(OKS) -> Cancel the Line = ( '|| Service_line_id
4376: ||' ) with date = ( ' || l_cancel_date ||' )' );
4377:
4378: oks_change_status_pvt.Update_line_status (
4379: x_return_status => l_return_status,
4380: x_msg_data => x_msg_data,
4381: x_msg_count => x_msg_count,
4382: p_init_msg_list => 'F',

Line 5416: oks_change_status_pvt.Update_line_status (

5412: l_cancel_reason := 'TERMINATED';
5413: Else
5414: l_cancel_reason := 'TRANSFER';
5415: End If;
5416: oks_change_status_pvt.Update_line_status (
5417: x_return_status => l_return_status,
5418: x_msg_data => l_msg_data,
5419: x_msg_count => l_msg_count,
5420: p_init_msg_list => 'F',