DBA Data[Home] [Help]

APPS.CSI_PROCESS_TXN_PVT dependencies on CSI_T_TXN_LINE_DETAILS

Line 4122: Update CSI_T_TXN_LINE_DETAILS

4118: -- Update any pending TLD for the same config keys (fetched from lock table)
4119: -- with the instance_id so that when regular fulfillment happens for this
4120: -- tangible item (DISCONNECT), only the order line_id will be updated in the item instance
4121: --
4122: Update CSI_T_TXN_LINE_DETAILS
4123: Set changed_instance_id = p_instance_id
4124: ,overriding_csi_txn_id = p_csi_txn_rec.transaction_id
4125: Where config_inst_hdr_id = l_instance_inst_hdr_id
4126: and config_inst_item_id = l_instance_inst_item_id