DBA Data[Home] [Help]

APPS.CS_INCIDENTLINKS_UTIL dependencies on CS_INCIDENTS_ALL_B

Line 143: -- in cs_incidents_all_b table.

139:
140: -- Procedure to validate if the passed in subject and object details are
141: -- valid definitions in their respective schemas. ie.If the subject type
142: -- is SR, need to validate if the 'subject_id' is a valid 'incident_id'
143: -- in cs_incidents_all_b table.
144: -- Procedure also returns back the sub and obj numbers and JTF names to be
145: -- used as token values for error messages in subsequent procedures.
146: -- If a record is not found for the given subject or object type in jtf
147: -- objects,(most unlikely) an error will be thrown back.

Line 772: from cs_incidents_all_b

768: -- Cursor to get the incident number of the sr to be displayed in the error
769: -- message
770: cursor get_sr_number is
771: select incident_number
772: from cs_incidents_all_b
773: where incident_id = p_incident_id;
774:
775: l_sr_number VARCHAR2(90);
776: