DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PUB dependencies on CSI_T_TRANSACTION_LINES

Line 1266: UPDATE csi_t_transaction_lines

1262: IF l_system_cascade = 'N' THEN
1263: -- The system cascade is not set
1264: -- Update the mass update status and exit
1265: -- Updating the status of transaction line for the batch
1266: UPDATE csi_t_transaction_lines
1267: SET processing_status = 'PROCESSED'
1268: WHERE transaction_line_id = l_txn_line_id;
1269:
1270: -- Update the status of all the transaction line details for the batch

Line 1408: UPDATE csi_t_transaction_lines

1404: -- END IF;
1405:
1406: IF l_return_status = fnd_api.g_ret_sts_success THEN
1407: -- Updating the status of transaction line for the batch
1408: UPDATE csi_t_transaction_lines
1409: SET processing_status = 'PROCESSED'
1410: WHERE transaction_line_id = l_txn_line_id;
1411:
1412: -- Update the status of all the transaction line details for the batch