DBA Data[Home] [Help]

APPS.CS_SR_CHILD_AUDIT_PKG dependencies on CS_INCIDENTS_ALL_TL

Line 713: -- Added code to update cs_incidents_all_tl table. This is due to change in the intermedia index structure

709: WHERE incident_id = p_incident_id ;
710:
711:
712: -- Added by aneemuch on 11/02/2004,
713: -- Added code to update cs_incidents_all_tl table. This is due to change in the intermedia index structure
714: -- in 11.5.10 where JTF_NOTES will be part of the intermedia index itself. So any change in notes
715: -- will require conc prog to sunc intermedia index to be run.
716:
717: IF p_updated_entity_code = 'SR_NOTE' THEN

Line 718: UPDATE cs_incidents_all_tl

714: -- in 11.5.10 where JTF_NOTES will be part of the intermedia index itself. So any change in notes
715: -- will require conc prog to sunc intermedia index to be run.
716:
717: IF p_updated_entity_code = 'SR_NOTE' THEN
718: UPDATE cs_incidents_all_tl
719: SET text_index = 'A'
720: WHERE incident_id = p_incident_id;
721: END IF;
722: