DBA Data[Home] [Help]

APPS.CSI_MASS_EDIT_PUB dependencies on CSI_T_TRANSACTION_LINES

Line 1380: UPDATE csi_t_transaction_lines

1376: IF l_system_cascade = 'N' THEN
1377: -- The system cascade is not set
1378: -- Update the mass update status and exit
1379: -- Updating the status of transaction line for the batch
1380: UPDATE csi_t_transaction_lines
1381: SET processing_status = 'PROCESSED'
1382: WHERE transaction_line_id = l_txn_line_id;
1383:
1384: -- Update the status of all the transaction line details for the batch

Line 1523: UPDATE csi_t_transaction_lines

1519: -- END IF;
1520:
1521: IF l_return_status = fnd_api.g_ret_sts_success THEN
1522: -- Updating the status of transaction line for the batch
1523: UPDATE csi_t_transaction_lines
1524: SET processing_status = 'PROCESSED'
1525: WHERE transaction_line_id = l_txn_line_id;
1526:
1527: -- Update the status of all the transaction line details for the batch