DBA Data[Home] [Help]

APPS.BIV_SR_PKG dependencies on CS_INCIDENTS_ALL_B

Line 50: FROM CS_INCIDENTS_ALL_B

46: statement */
47: if (p_vrsn_no is null) then
48: SELECT object_version_number
49: INTO l_object_version_number
50: FROM CS_INCIDENTS_ALL_B
51: WHERE incident_id = l_request_id;
52: end if;
53:
54: l_last_update_date := SYSDATE;