DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKS_CHANGE_STATUS_PVT

Line 4237: oks_change_status_pvt.Update_header_status(

4233:
4234: fnd_file.put_line(fnd_file.log,'(OKS) -> Cancel the Header = ( '
4235: || contract_id ||' ) with date = ( ' || l_cancel_date||' )' );
4236:
4237: oks_change_status_pvt.Update_header_status(
4238: x_return_status => l_return_status,
4239: x_msg_data => x_msg_data,
4240: x_msg_count => x_msg_count,
4241: p_init_msg_list => 'F',

Line 4373: oks_change_status_pvt.Update_line_status (

4369:
4370: fnd_file.put_line(fnd_file.log,'(OKS) -> Cancel the Line = ( '|| Service_line_id
4371: ||' ) with date = ( ' || l_cancel_date ||' )' );
4372:
4373: oks_change_status_pvt.Update_line_status (
4374: x_return_status => l_return_status,
4375: x_msg_data => x_msg_data,
4376: x_msg_count => x_msg_count,
4377: p_init_msg_list => 'F',

Line 5399: oks_change_status_pvt.Update_line_status (

5395: l_cancel_reason := 'TERMINATED';
5396: Else
5397: l_cancel_reason := 'TRANSFER';
5398: End If;
5399: oks_change_status_pvt.Update_line_status (
5400: x_return_status => l_return_status,
5401: x_msg_data => l_msg_data,
5402: x_msg_count => l_msg_count,
5403: p_init_msg_list => 'F',