DBA Data[Home] [Help]

APPS.CUG_ADDRESS_CREATION_PKG dependencies on CSC_CORE_UTILS_PVT

Line 92: If (x_return_status = CSC_CORE_UTILS_PVT.G_RET_STS_SUCCESS) Then

88: x_return_status := l_return_status;
89: x_msg_count := l_msg_count;
90: x_msg_data := l_msg_data;
91:
92: If (x_return_status = CSC_CORE_UTILS_PVT.G_RET_STS_SUCCESS) Then
93: x_location_id := l_location_id;
94: End If;
95: update cs_incidents_all_b set install_site_id = l_location_id
96: where incident_id = l_incident_id;