DBA Data[Home] [Help]

APPS.MSC_UNDO dependencies on MSC_NET_RES_INST_AVAIL

Line 593: update msc_net_res_inst_avail

589: and transaction_id = l_transaction_id;
590:
591: --cholpon update resources as well
592: if (p_table_changed = 8) then
593: update msc_net_res_inst_avail
594: set capacity_units =
595: decode(l_column_name,'CAPACITY_UNITS',
596: l_old_value,capacity_units),
597: from_time =

Line 782: update msc_net_res_inst_avail

778:
779: -- need to recalculate the parent records
780:
781: if (p_table_changed = 8) then
782: update msc_net_res_inst_avail
783: set capacity_units =
784: decode(l_column_name,'CAPACITY_UNITS',
785: l_old_value,capacity_units),
786: from_time =